From: <zy...@us...> - 2009-09-12 02:24:41
|
Revision: 6788 http://jython.svn.sourceforge.net/jython/?rev=6788&view=rev Author: zyasoft Date: 2009-09-12 02:24:31 +0000 (Sat, 12 Sep 2009) Log Message: ----------- Updated NEWS re zxJDBC support of with-statement Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-09-12 01:10:11 UTC (rev 6787) +++ trunk/jython/NEWS 2009-09-12 02:24:31 UTC (rev 6788) @@ -1,6 +1,8 @@ Jython NEWS Jython 2.5.1rc2 + New Features + - zxJDBC supports the with-statement: connections are committed or rollbacked; cursors are closed Bugs Fixed - [ 1079 ] fixed regression on issue: twisted.python.threadable module: missing attribute '_RLock' - [ 1461 ] assert statement should lookup AssertionError using getglobal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |