summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-06-04 19:39:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-06-04 19:39:07 (GMT)
commiteba67c0eac27cfafb779372ef82de09aefcca262 (patch)
tree0e5544b9e61e332b677201843970a64b0fc195d1 /Misc
parent16b2a5e0a928bb1d49598aa34bf1bb5db7071863 (diff)
downloadcpython-eba67c0eac27cfafb779372ef82de09aefcca262.zip
cpython-eba67c0eac27cfafb779372ef82de09aefcca262.tar.gz
cpython-eba67c0eac27cfafb779372ef82de09aefcca262.tar.bz2
Issue #6470: Drop UNC prefix in FixTk.py
Patch by Christop Gohlke and Amaury Forgeot d'Arc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a5a449..0af2157 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ C-API
Library
-------
+- Issue #6470: Drop UNC prefix in FixTk.
+
- Issue #5610: feedparser no longer eats extra characters at the end of
a body part if the body part ends with a \r\n.