[Python-checkins] python/dist/src/Misc NEWS,1.783,1.784

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 15 Jun 2003 16:13:37 -0700


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

Modified Files:
	NEWS 
Log Message:
mimetools.choose_boundary() news.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.783
retrieving revision 1.784
diff -C2 -d -r1.783 -r1.784
*** NEWS	14 Jun 2003 09:03:46 -0000	1.783
--- NEWS	15 Jun 2003 23:13:35 -0000	1.784
***************
*** 56,59 ****
--- 56,63 ----
  -----------------
  
+ - mimetools.choose_boundary() could return duplicate strings at times,
+   especially likely on Windows.  The strings returned are now guaranteed
+   unique within a single program run.
+ 
  - thread.interrupt_main() raises KeyboardInterrupt in the main thread.
    dummy_thread has also been modified to try to simulate the behavior.