summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-22 00:35:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-22 00:35:10 (GMT)
commit73a22f0500ce713d46fce864e95402c34a45afd9 (patch)
treeef47a88b0116333b8941143b09607b84e7f233f5 /Misc
parent3faa84f18e2a340c2a805a343f3b10a05dfe5fdd (diff)
downloadcpython-73a22f0500ce713d46fce864e95402c34a45afd9.zip
cpython-73a22f0500ce713d46fce864e95402c34a45afd9.tar.gz
cpython-73a22f0500ce713d46fce864e95402c34a45afd9.tar.bz2
Add build_py_2to3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 279da30..4379997 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.