summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 12:04:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 12:04:37 (GMT)
commit519114df4258f17bc33a31c6c1614fd82e2ab0be (patch)
tree4f29d5972347ee48ec81fd6219e79fcdd5464d45 /Misc
parente66bb9692977c66ffcbe9af64642ab5977879a9a (diff)
downloadcpython-519114df4258f17bc33a31c6c1614fd82e2ab0be.zip
cpython-519114df4258f17bc33a31c6c1614fd82e2ab0be.tar.gz
cpython-519114df4258f17bc33a31c6c1614fd82e2ab0be.tar.bz2
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 452fed3..c59cd1a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
+ Based on patch by Martin Panter.
+
- Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.