diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-06-04 19:39:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-06-04 19:39:07 (GMT) |
commit | eba67c0eac27cfafb779372ef82de09aefcca262 (patch) | |
tree | 0e5544b9e61e332b677201843970a64b0fc195d1 /Misc | |
parent | 16b2a5e0a928bb1d49598aa34bf1bb5db7071863 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |