diff options
author | Ned Deily <nad@acm.org> | 2011-06-28 07:53:54 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-06-28 07:53:54 (GMT) |
commit | 4a1ec129996c730556ad9fe9d92062b4ba5dadfc (patch) | |
tree | 8301eb1425136fac8b657b816ef61316a13b6528 /Misc | |
parent | 8b56c4b1b82898ffd7e6337c39068c93e21e8d31 (diff) | |
parent | 58f27b203c34ec81a14a8d73ce1d5fc5350946a9 (diff) | |
download | cpython-4a1ec129996c730556ad9fe9d92062b4ba5dadfc.zip cpython-4a1ec129996c730556ad9fe9d92062b4ba5dadfc.tar.gz cpython-4a1ec129996c730556ad9fe9d92062b4ba5dadfc.tar.bz2 |
Issue #12141: Install copies of template C module file so that
test_build_ext of test_distutils and test_command_build_ext of
test_packaging are no longer silently skipped when
run outside of a build directory.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -913,6 +913,11 @@ Extension Modules Tests ----- +- Issue #12141: Install copies of template C module file so that + test_build_ext of test_distutils and test_command_build_ext of + test_packaging are no longer silently skipped when + run outside of a build directory. + - Issue #8746: Add additional tests for os.chflags() and os.lchflags(). Patch by Garrett Cooper. |