[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.135, 1.831.4.136

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Aug 3 21:13:23 CEST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Add wait_visibility before grab_set. Fixes #946153.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.135
retrieving revision 1.831.4.136
diff -C2 -d -r1.831.4.135 -r1.831.4.136
*** NEWS	3 Aug 2004 13:00:52 -0000	1.831.4.135
--- NEWS	3 Aug 2004 19:13:18 -0000	1.831.4.136
***************
*** 44,47 ****
--- 44,49 ----
  -------
  
+ - Patch #946153: Add wait_visibility before grab_set.
+ 
  - Patch #994595: urllib2 now recognizes Basic authentication even if
    other authentication schemes are offered.



More information about the Python-checkins mailing list