diff options
author | Ned Deily <nad@acm.org> | 2011-06-28 07:42:50 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-06-28 07:42:50 (GMT) |
commit | 58f27b203c34ec81a14a8d73ce1d5fc5350946a9 (patch) | |
tree | 8749a987f5d50858edfd88186cae245e48c76043 /Misc/NEWS | |
parent | 3eb67d58d61cec42c09242a7d801072c3e448dcf (diff) | |
download | cpython-58f27b203c34ec81a14a8d73ce1d5fc5350946a9.zip cpython-58f27b203c34ec81a14a8d73ce1d5fc5350946a9.tar.gz cpython-58f27b203c34ec81a14a8d73ce1d5fc5350946a9.tar.bz2 |
Issue #12141: Install a copy of template C module file so that
test_build_ext of test_distutils is no longer silently skipped when
run outside of a build directory.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -111,6 +111,10 @@ Build Tests ----- +- Issue #12141: Install a copy of template C module file so that + test_build_ext of test_distutils is 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. |