diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-22 00:35:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-22 00:35:10 (GMT) |
commit | 73a22f0500ce713d46fce864e95402c34a45afd9 (patch) | |
tree | ef47a88b0116333b8941143b09607b84e7f233f5 /Misc | |
parent | 3faa84f18e2a340c2a805a343f3b10a05dfe5fdd (diff) | |
download | cpython-73a22f0500ce713d46fce864e95402c34a45afd9.zip cpython-73a22f0500ce713d46fce864e95402c34a45afd9.tar.gz cpython-73a22f0500ce713d46fce864e95402c34a45afd9.tar.bz2 |
Add build_py_2to3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ Extension Modules Library ------- +- The class distutils.commands.build_py.build_py_2to3 can be used + as a build_py replacement to automatically run 2to3 on modules + that are going to be installed. + - A new pickle protocol (protocol 3) is added with explicit support for bytes. This is the default protocol. It intentionally cannot be unpickled by Python 2.x. |