Skip to content

Commit c358d4e

Browse files
committed
Updated NEWS-file.
1 parent 5bee238 commit c358d4e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ For more details, please see https://hg.python.org/jython
44

55
Jython 2.7.1rc1
66
Bugs fixed
7+
- [ 2502 ] Missing OpenFlags enum entry makes Jython clash with JRuby dependency
8+
- [ 2446 ] Support SNI for SSL/TLS client sockets
9+
- [ 2455 ] Java classes in packages with __init__.py not found
10+
- [ 2481 ] Update urllib2.py from 2.7.11
11+
- [ 2514 ] Jython Class.__subclasses__() does not match Python output
12+
(not in load order)
713
- [ 2413 ] ElementTree.write doesn't close files if used with invalid encoding
14+
- [ 2443 ] java.util.Map derived classes lack iterkeys, itervalues methods
815
- [ 2516 ] _get_open_ssl_key_manager tries to validate that the private and
916
public keys match, and is throwing an SSLError:
1017
"key values mismatch" when provided with multiple certs (Root/CA/Cert)
@@ -26,7 +33,6 @@ Jython 2.7.1rc1
2633
causes an infinite recursion
2734
- [ 2112 ] time.strptime() has different default year in Jython and CPython
2835
- [ 1767 ] Rich comparisons
29-
- [ 2443 ] java.util.Map derived classes lack iterkeys, itervalues methods
3036

3137
New Features
3238
- Buffer API changes allow java.nio.ByteBuffer to provide the storage when a PyBuffer

0 commit comments

Comments
 (0)