diff options
author | Éric Araujo <merwok@netwok.org> | 2010-11-20 19:45:32 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-11-20 19:45:32 (GMT) |
commit | bfa17a562a6dec0fb7886757ca76545335a786de (patch) | |
tree | 19cfc8fe28c91a6481d4b900d5bf25d6a52dc946 /Misc | |
parent | 60d8684e4f947670d318d3e09f2ceb2fd5bf1b2f (diff) | |
download | cpython-bfa17a562a6dec0fb7886757ca76545335a786de.zip cpython-bfa17a562a6dec0fb7886757ca76545335a786de.tar.gz cpython-bfa17a562a6dec0fb7886757ca76545335a786de.tar.bz2 |
Merged revisions 86601,86605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86601 | eric.araujo | 2010-11-20 20:35:27 +0100 (sam., 20 nov. 2010) | 2 lines
Fix two NameErrors in distutils (#10407)
........
r86605 | eric.araujo | 2010-11-20 20:37:28 +0100 (sam., 20 nov. 2010) | 2 lines
Add entry for r86601
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #10407: Fix two NameErrors in distutils. + - Issue #10198: fix duplicate header written to wave files when writeframes() is called without data. |