summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-06-04 19:51:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-06-04 19:51:05 (GMT)
commit7b6b90d448d17fdec8252a642ba78d01b19a3da6 (patch)
tree8e8c17744d4aa69988d561e0d1959764677ac80a /Misc
parent9d5c7a5b9d079262c569bae8f5afbaa9afcd069c (diff)
downloadcpython-7b6b90d448d17fdec8252a642ba78d01b19a3da6.zip
cpython-7b6b90d448d17fdec8252a642ba78d01b19a3da6.tar.gz
cpython-7b6b90d448d17fdec8252a642ba78d01b19a3da6.tar.bz2
Merged revisions 81703 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81703 | martin.v.loewis | 2010-06-04 21:50:26 +0200 (Fr, 04 Jun 2010) | 10 lines Merged revisions 81701 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81701 | martin.v.loewis | 2010-06-04 21:39:07 +0200 (Fr, 04 Jun 2010) | 2 lines 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 213cc03..df3474a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ C-API
Library
-------
+- Issue #6470: Drop UNC prefix in FixTk.
+
- Issue #4768: base64 encoded email body parts were incorrectly stored as
binary strings. They are now correctly converted to strings.