diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-14 17:13:24 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-14 17:13:24 (GMT) |
commit | a5e7f310704d1dbfb43ac7d9a757c0aaffe230ca (patch) | |
tree | fe1b5770b8df190b58eb0aa14d8a9fb36ef7759d /Misc | |
parent | f8361623f0e5ab6c6337afcccdb442f285590869 (diff) | |
download | cpython-a5e7f310704d1dbfb43ac7d9a757c0aaffe230ca.zip cpython-a5e7f310704d1dbfb43ac7d9a757c0aaffe230ca.tar.gz cpython-a5e7f310704d1dbfb43ac7d9a757c0aaffe230ca.tar.bz2 |
Remove NEWS entries for packaging test suite fixes.
I haven’t updated NEWS for every change or fix in packaging, thinking
that the only entry we need for 3.3a1 is “Add packaging module to the
stdlib”. Other developers have however added entries for these fixes,
but I don’t think they are interesting for users.
Note that the distutils2 backport has a full changelog.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -953,13 +953,9 @@ Library - Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl module. -- Issue #12125: fixed the failures under Solaris due to improper test cleanup. - - Issue #6501: os.device_encoding() returns None on Windows if the application has no console. -- Issue #12132: Skip test_build_ext in case the xxmodule is not found. - - Issue #12105: Add O_CLOEXEC to the os module. - Issue #12079: Decimal('Infinity').fma(Decimal('0'), (3.91224318126786e+19+0j)) @@ -1685,12 +1681,6 @@ Tests - Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, iso2022_kr). -- Issue #12180: Fixed a few remaining errors in test_packaging when no - threading. - -- Issue #12120, #12119: skip a test in packaging and distutils - if sys.dont_write_bytecode is set to True. - - Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch written by Charles-François Natali. |