diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-12-03 21:14:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-12-03 21:14:10 (GMT) |
commit | 8ab31014bfb4286c3459d5fcbe1465ea92ed03de (patch) | |
tree | c9e144589c5a8b2b515607ad6ef0cf06576f4ff2 /Misc | |
parent | 31105ab4fbaf188b08637f6d4e84664d413d106e (diff) | |
download | cpython-8ab31014bfb4286c3459d5fcbe1465ea92ed03de.zip cpython-8ab31014bfb4286c3459d5fcbe1465ea92ed03de.tar.gz cpython-8ab31014bfb4286c3459d5fcbe1465ea92ed03de.tar.bz2 |
Merged revisions 76653 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76653 | martin.v.loewis | 2009-12-03 21:57:49 +0100 (Do, 03 Dez 2009) | 10 lines
Merged revisions 76651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76651 | martin.v.loewis | 2009-12-03 21:53:51 +0100 (Do, 03 Dez 2009) | 3 lines
Issue #4120: Drop reference to CRT from manifest when building
extensions with msvc9compiler.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Core and Builtins Library ------- +- Issue #4120: Drop reference to CRT from manifest when building extensions with + msvc9compiler. + - Issue #7410: deepcopy of itertools.count was resetting the count. - Issue #4486: When an exception has an explicit cause, do not print its |