summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-10-10 17:26:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-10-10 17:26:16 (GMT)
commit0289155b72a539d55191985ed783c249668b17c4 (patch)
treead784b6c4a3f7c3c0c05b6bda2d7f8b8f25146c0
parent89065d9fc7ad9163fd270a08dface51a0cd8721c (diff)
downloadcpython-0289155b72a539d55191985ed783c249668b17c4.zip
cpython-0289155b72a539d55191985ed783c249668b17c4.tar.gz
cpython-0289155b72a539d55191985ed783c249668b17c4.tar.bz2
Correct Misc/NEWS.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 818934e..b5a70e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,9 +194,6 @@ Library
Patch from Ɓukasz Langa.
- Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
-- Issue #25099: Make test_compileall not fail when a entry on sys.path cannot
- be written to (commonly seen in administrative installs on Windows).
-
- Issue #23004: mock_open() now reads binary data correctly when the type of
read_data is bytes. Initial patch by Aaron Hill.
@@ -600,6 +597,9 @@ IDLE
Tests
-----
+- Issue #25099: Make test_compileall not fail when a entry on sys.path cannot
+ be written to (commonly seen in administrative installs on Windows).
+
- Issue #24751: When running regrtest with the ``-w`` command line option,
a test run is no longer marked as a failure if all tests succeed when
re-run.