[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.150, 1.831.4.151

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 18 18:04:25 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22028/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Convert bool results back to strings. Fixes #807871.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.150
retrieving revision 1.831.4.151
diff -u -d -r1.831.4.150 -r1.831.4.151
--- NEWS	18 Sep 2004 09:58:41 -0000	1.831.4.150
+++ NEWS	18 Sep 2004 16:04:21 -0000	1.831.4.151
@@ -53,6 +53,8 @@
 Library
 -------
 
+- Bug #807871: Fix tkMessageBox.askyesno result.
+
 - Patch #1014992: In tarfile.readline, never return more than a line.
 
 - Bug #1013882: Flush bz2 data even if nothing had been written so far.



More information about the Python-checkins mailing list