summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-09-03 04:15:23 +0000
committerBarry Warsaw <barry@python.org>2003-09-03 04:15:23 +0000
commit0b4e3c367869862e0a0ecc1b02f7a8c433d7217d (patch)
treeded4c50c7f4f612045c0aa2c2a48638cea441d99
parenteb52fe05b72702cf94e7e619bc987e79d32cced7 (diff)
downloadcpython-0b4e3c367869862e0a0ecc1b02f7a8c433d7217d.tar.gz
NEWS about email package 794466 patch.
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2789bc9a0..1bffad04dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3,7 +3,8 @@ Release date: XX-XXX-XXXX
===========================
- The email package handles some RFC 2231 parameters with missing
- CHARSET fields better.
+ CHARSET fields better. It also includes a patch to parameter
+ parsing when semicolons appear inside quotes.
- SF #746304: Builtin functions are now copy.[deep]copyable.
Classes are now also deepcopyable.