ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
Jython 2.2 RC3 is available
by Charlie Groves other posts by this author
Aug 2 2007 7:35AM messages near this date
Job Fair F/OSS project | itools 0.16.5 released
The Jython development team is pleased to announce that Jython 2.2rc3
is available for download:
http://downloads.sourceforge.net/jython/jython_installer-2.2rc3.jar
See http://jython.org/Project/installation.html for installation
instructions.

A few new pieces of functionality have been added since 2.2rc2:

    - Added telnetlib from CPython
    - Added cpython_compatible_select to select.  See
http://wiki.python.org/jython/SelectModule for information on when to
use it.
    - Several more java.nio exceptions are mapped to their
corresponding Python error codes when thrown.

The following bugs are also fixed in this release:

    - recv on closed sockets threw an exception instead returning the
empty string
    -  A PySystemState being garbage collected caused System.out and
System.in to be closed.  This would cause 'print' to stop working.
    - Closing a FileWrapper on a socket closes its underlying socket
    - Sockets just have their [In|Out]putStreams closed instead of
being properly shutdown by shutdown()
    - SO_REUSEADDR is reset on sockets from a server socket's accept
call causing later binds to the server socket's port to fail.
    - Client sockets that have bind called before connect don't
respect SO_REUSEADDR
    - execfile() throws a NullPointerException in the interactive console

Enjoy!

Charlie
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved