[Jython-checkins] jython: Fixed issues we forgot to add to NEWS.

jeff.allen jython-checkins at python.org
Sun Sep 22 16:37:15 EDT 2019


https://hg.python.org/jython/rev/109932ae93b6
changeset:   8297:109932ae93b6
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sat Sep 21 17:03:31 2019 +0100
summary:
  Fixed issues we forgot to add to NEWS.

... going back to 2.7.1. (Not that many, actually.)

files:
  NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@
 
 Development tip
   Bugs fixed
+    - [ 2666 ] Oracle JDK 7 out of support so no longer available on Travis
+    - [ 2294 ] Importation of modules from directories with non-ASCII characters fails
+    - [ 2055 ] isinstance() and issubclass() fail with abc.ABCMeta
+    - [ 2569 ] jython launcher fails on Windows if JAVA_HOME is set
+    - [ 2505 ] PySystemState is lost
     - [ 2796 ] Request for oversize arrays not handled in BaseBytes and PyByteArray
     - [ 2730 ] datetime.strptime('%b') behaviour inconsistent with CPython on Windows JDK 9+
     - [ 2613 ] MANIFEST.MF contains unfilled placeholders

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


More information about the Jython-checkins mailing list