diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 23:00:43 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 23:00:43 (GMT) |
commit | 2432b0b36785031acc53886a893d792ff2636765 (patch) | |
tree | b90f06d26feb05b9a609819fd1bf215d52b34dc5 /Misc/NEWS | |
parent | 275958aacfb2a9fd4b363d33defa4a92649fb533 (diff) | |
download | cpython-2432b0b36785031acc53886a893d792ff2636765.zip cpython-2432b0b36785031acc53886a893d792ff2636765.tar.gz cpython-2432b0b36785031acc53886a893d792ff2636765.tar.bz2 |
Fixed #4524: distutils build_script command failed with --with-suffix=3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -155,6 +155,9 @@ Core and Builtins Library ------- +- Issue #4524: distutils build_script command failed with --with-suffix=3. + Initial patch by Amaury Forgeot d'Arc. + - Issue #2461: added tests for distutils.util - Issue #1008086: Fixed socket.inet_aton() to always return 4 bytes even on |