[Python-checkins] cpython (3.4): Correct Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Sat Oct 10 13:28:42 EDT 2015


https://hg.python.org/cpython/rev/1666eda8cfa9
changeset:   98655:1666eda8cfa9
branch:      3.4
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Oct 10 20:26:16 2015 +0300
summary:
  Correct Misc/NEWS.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,9 +194,6 @@
   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 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list