commit | eba67c0eac27cfafb779372ef82de09aefcca262 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 04 19:39:07 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 04 19:39:07 2010 +0000 |
tree | 0e5544b9e61e332b677201843970a64b0fc195d1 | |
parent | 16b2a5e0a928bb1d49598aa34bf1bb5db7071863 [diff] [blame] |
Issue #6470: Drop UNC prefix in FixTk.py Patch by Christop Gohlke and Amaury Forgeot d'Arc.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a5a449..0af2157 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ 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.