[Jython-checkins] jython: Cleaned 'accepted' status keyword in NEWS-file.

stefan.richthofer jython-checkins at python.org
Tue May 3 19:28:38 EDT 2016


https://hg.python.org/jython/rev/d687976b4d3a
changeset:   7923:d687976b4d3a
user:        stefan.richthofer <stefan.richthofer at gmx.de>
date:        Wed May 04 01:28:23 2016 +0200
summary:
  Cleaned 'accepted' status keyword in NEWS-file.

files:
  NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@
     - [ 2416 ] os.system does not use changes to os.environ in subprocesses
     - [ 2401 ] SSL race produces NPE
     - [ 2400 ] Installing pip as part of Jython installation fails
-    - [ 2393 ] Clean running regression tests on windows 	accepted
+    - [ 2393 ] Clean running regression tests on windows
     - [ 2392 ] Intermittent errors from sre_compile.py - 
                ValueError('unsupported operand type', 'subpattern')
     - [ 2391 ] read-only attr wrongly reported
@@ -67,7 +67,7 @@
     - [ 2154 ] When running multiple engines in different threads, the last registered
                writer is in use for all script executions.
     - [ 2124 ] xml.dom.minidom.writexml() changes value of TEXT_NODE
-    - [ 1984 ] os.pipe() missing 	accepted
+    - [ 1984 ] os.pipe() missing
     - [ 1953 ] lib2to3 missing
     - [ 1780 ] jarray not properly converted to list with java.util.Arrays.asList(T... a)
     - [ 1739 ] JSR223: ScriptEngine.FILENAME not honoured

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


More information about the Jython-checkins mailing list