summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-22 18:19:18 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-07-22 18:19:18 (GMT)
commit04fac8abf16600e139a70215db2697f6c7661539 (patch)
treee99cc81291c55ad2feb0c32a23a049edf67fddac /Misc
parentcdbe6fc23b0ce6b12fbe218e8d8c99640227117e (diff)
downloadcpython-04fac8abf16600e139a70215db2697f6c7661539.zip
cpython-04fac8abf16600e139a70215db2697f6c7661539.tar.gz
cpython-04fac8abf16600e139a70215db2697f6c7661539.tar.bz2
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
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 8c15bed..95d6e11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
+
- Issue #24611: Fixed compiling the posix module on non-Windows platforms
without mknod() or makedev() (e.g. on Unixware).