diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 12:06:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 12:06:19 (GMT) |
commit | 85e7066278775ca762215186edb117fb2c7cc2dc (patch) | |
tree | e876bf8f41132e893d3519e3cfd078ecf57f9139 /Misc/NEWS | |
parent | 57b967791a552656f4c21a4af283788269d06d83 (diff) | |
parent | 519114df4258f17bc33a31c6c1614fd82e2ab0be (diff) | |
download | cpython-85e7066278775ca762215186edb117fb2c7cc2dc.zip cpython-85e7066278775ca762215186edb117fb2c7cc2dc.tar.gz cpython-85e7066278775ca762215186edb117fb2c7cc2dc.tar.bz2 |
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -183,6 +183,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. |