diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-24 12:57:53 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-24 12:57:53 (GMT) |
commit | cdbc977c0344cfe2294e8be69cd1acd77b3b79ad (patch) | |
tree | 3282eded5b40f054ca9929ac40e096b2ef0558ea /Misc | |
parent | 9bdead0aed698aea001a9d5ace63e96e904d6fa3 (diff) | |
download | cpython-cdbc977c0344cfe2294e8be69cd1acd77b3b79ad.zip cpython-cdbc977c0344cfe2294e8be69cd1acd77b3b79ad.tar.gz cpython-cdbc977c0344cfe2294e8be69cd1acd77b3b79ad.tar.bz2 |
Install 2to3 script.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -160,6 +160,8 @@ Tests Build ----- +- A new script 2to3 is now installed, to run the 2.x to 3.x converter. + - Python/memmove.c and Python/strerror.c have been removed; both functions are in the C89 standard library. |