[Python-checkins] python/dist/src/Misc NEWS,1.831.4.58,1.831.4.59

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 3 13:11:47 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv30330/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Check for TclError when reading variables. Fixes #807314.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.58
retrieving revision 1.831.4.59
diff -C2 -d -r1.831.4.58 -r1.831.4.59
*** NEWS	3 Oct 2003 13:55:37 -0000	1.831.4.58
--- NEWS	3 Oct 2003 17:11:43 -0000	1.831.4.59
***************
*** 15,18 ****
--- 15,21 ----
  - Patch #813445: Add missing socket.IPPROTO_IPV6.
  
+ - Bug #807314: Properly raise an exception if non-existent Tcl
+   variable is accessed.
+ 
  What's New in Python 2.3.2 (final)?
  ===================================





More information about the Python-checkins mailing list