summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-19 04:43:46 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-19 04:43:46 (GMT)
commit5e37baea8007cb64b65a180e4d6c80de292a8a4a (patch)
treeaf8b06bfe03af755de5bf83e9aa01f299186a8f7 /Misc/NEWS
parenta4d77898db3856cd3d8c9411d024bea88be25b66 (diff)
downloadcpython-5e37baea8007cb64b65a180e4d6c80de292a8a4a.zip
cpython-5e37baea8007cb64b65a180e4d6c80de292a8a4a.tar.gz
cpython-5e37baea8007cb64b65a180e4d6c80de292a8a4a.tar.bz2
Import lib2to3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7fc021..5b2292d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and builtins
Library
-------
+- The library implementing the 2to3 conversion, lib2to3, was added
+ to the standard distribution.
+
- Issue #1747858: Fix chown to work with large uid's and gid's on 64-bit
platforms.