summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-01 04:38:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-01 04:38:52 (GMT)
commit6178db6d55eac65fc236cbf48a3944d1c308c2d1 (patch)
tree50e8a412ac195901f0e9873a53e92e9f7361f5f2 /Misc
parent2212e529d9ecb3aafa5c4f65930a1a9ddbc6585f (diff)
downloadcpython-6178db6d55eac65fc236cbf48a3944d1c308c2d1.zip
cpython-6178db6d55eac65fc236cbf48a3944d1c308c2d1.tar.gz
cpython-6178db6d55eac65fc236cbf48a3944d1c308c2d1.tar.bz2
Issue #4073: Add 2to3 support to build_scripts, refactor that support
in build_py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4872be2..c9ffc8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #4073: Add 2to3 support to build_scripts, refactor that support
+ in build_py.
+
- IDLE would print a "Unhandled server exception!" message when internal
debugging is enabled.