diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-10 09:14:31 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-10 09:14:31 (GMT) |
commit | b7815e31102456b23de404378be80e5abebad705 (patch) | |
tree | 11056234b753bd99de4cf0374dc50be94d629fd7 /Misc | |
parent | 2de11157a8ec05544242a22d3c5dc53807f7ef94 (diff) | |
download | cpython-b7815e31102456b23de404378be80e5abebad705.zip cpython-b7815e31102456b23de404378be80e5abebad705.tar.gz cpython-b7815e31102456b23de404378be80e5abebad705.tar.bz2 |
Merged revisions 73921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73921 | tarek.ziade | 2009-07-10 11:10:33 +0200 (Fri, 10 Jul 2009) | 1 line
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -885,6 +885,8 @@ Core and Builtins Library ------- +- Issue #6455: Fixed test_build_ext under win32. + - Issue #6377: Enabled the compiler option, and deprecate its usage as an attribute. |