]> granicus.if.org Git - python/commitdiff
Correct Misc/NEWS.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 17:26:16 +0000 (20:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 17:26:16 +0000 (20:26 +0300)
Misc/NEWS

index 818934e3e0bd10982c0aa479edc81e51dea684e0..b5a70e56409be784926637c8705960499f948453 100644 (file)
--- 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.