|
From: <am...@us...> - 2010-10-06 22:44:59
|
Revision: 7139
http://jython.svn.sourceforge.net/jython/?rev=7139&view=rev
Author: amak
Date: 2010-10-06 22:44:52 +0000 (Wed, 06 Oct 2010)
Log Message:
-----------
Correcting a small error; socket module has always supported ephemeral ports.
Modified Paths:
--------------
trunk/jython/NEWS
Modified: trunk/jython/NEWS
===================================================================
--- trunk/jython/NEWS 2010-10-06 22:08:18 UTC (rev 7138)
+++ trunk/jython/NEWS 2010-10-06 22:44:52 UTC (rev 7139)
@@ -7,7 +7,7 @@
- [ 1568 ] sys.stdout.encoding returns wrong value in Windows with Jython 2.5.1 (fixed on Java 6 only)
- [ 1647 ] zxJDBC does not handle NVARCHAR
- socket module now supports ephemeral server ports (by using port 0); see discussion for #1660
+ SocketServer module now supports ephemeral server ports (by using port 0); see discussion for #1660
Jython 2.5.2b2
Bugs Fixed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|