[Jython-checkins] jython: Added stuff to NEWS.

stefan.richthofer jython-checkins at python.org
Tue May 3 14:29:24 EDT 2016


https://hg.python.org/jython/rev/a6aaa2042408
changeset:   7920:a6aaa2042408
user:        stefan.richthofer <stefan.richthofer at gmx.de>
date:        Tue May 03 20:29:12 2016 +0200
summary:
  Added stuff to NEWS.

files:
  NEWS |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,11 @@
 
 Jython 2.7.1rc
   Bugs fixed
+    - [ 2457 ] Synchronization bug in PySystemStateCloser causes complete deadlock
   New Features
     - added uname function to posix module. The mostly Java-based implementation even
       works to some extend on non-posix systems. Additional tweaks extend this to full
-      featured uname-functionality on Windows systems (usable via os.uname()).
+      featured uname-functionality on Windows systems.
 
 Jython 2.7.1b3
   Bugs fixed
@@ -16,6 +17,10 @@
   New Features
     - Use latest upstream bundled wheels for ensurepip: pip (7.1.2), setuptools (18.4),
       replacing wheels patched specifically for Jython
+    - Unified PyDictionary and PyStringMap under a common abstract base class.
+    - Added Py.newJ method family for easier access to Python code from Java. Now you
+      can coerce Python types under Java interfaces without needing to inherit from
+      the Java-interface in Python code. Also see PyModule.newJ.
 
 Jython 2.7.1b2
   Bugs fixed

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


More information about the Jython-checkins mailing list