summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 155ad01..b016161 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,8 @@ Library
-------
- 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.
- sets.py now runs under Py2.2. In addition, the argument restrictions
for most set methods (but not the operators) have been relaxed to