[Jython-checkins] jython: Catch-up on bug-fixes in NEWS

jeff.allen jython-checkins at python.org
Sat Apr 14 04:50:12 EDT 2018


https://hg.python.org/jython/rev/c595b37d54a4
changeset:   8151:c595b37d54a4
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sat Mar 24 20:47:37 2018 +0000
summary:
  Catch-up on bug-fixes in NEWS

We recently had a clear-out on bugs.jython.org, finding a number of
issues that have been fixed in the course of other work (or we forgot
to close them).

files:
  NEWS |  11 ++++++++++-
  1 files changed, 10 insertions(+), 1 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,15 @@
 
 For more details, please see https://hg.python.org/jython
 
-  Developement tip
+Developement tip
+  Bugs fixed
+    - [ 1866 ] Parser does not have mismatch token error messages caught by BaseRecognizer
+    - [ 1930 ] traceback raises exception in os.py
+    - [ 2419 ] List expected failures by OS platform in regrtest.py
+    - [ 2611 ] mkdir() operation in /Lib/os.py has different behavior when running in Docker container
+    - [ 2655 ] __findattr__ is final (update documentation)
+    - [ 2646 ] Test failure in test_os_jy after utf-8 decode
+    - [ 2469 ] jython launcher fails on Windows if JAVA_HOME is set
     - [ 2650 ] Detail message is not set on PyException from PythonInterpreter
     - [ 2403 ] VerifyError when implementing interfaces containing default methods (Java 8)
 
@@ -34,6 +42,7 @@
 Jython 2.7.1rc2
   Bugs fixed
     - [ 2536 ] deadlocks in regrtests due to StackOverflowError in finally block (workaround, still open)
+    - [ 2348 ] site module does not import if usernames contain non-ascii characters
     - [ 2356 ] java.lang.IllegalArgumentException on startup on Windows if username not ASCII
     - [ 1839 ] sys.getfilesystemencoding() is None (now utf-8)
     - [ 2579 ] Pyc files are not loading for too large modules if path contains __pyclasspath__

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


More information about the Jython-checkins mailing list