[Python-checkins] r61596 - in python/trunk: Lib/lib2to3 Misc/NEWS
martin.v.loewis
python-checkins at python.org
Wed Mar 19 05:43:46 CET 2008
Author: martin.v.loewis
Date: Wed Mar 19 05:43:46 2008
New Revision: 61596
Added:
python/trunk/Lib/lib2to3/
- copied from r61595, sandbox/trunk/2to3/lib2to3/
Modified:
python/trunk/Misc/NEWS
Log:
Import lib2to3.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Wed Mar 19 05:43:46 2008
@@ -49,6 +49,9 @@
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.
More information about the Python-checkins
mailing list