]> granicus.if.org Git - python/commitdiff
mimetools.choose_boundary() news.
authorTim Peters <tim.peters@gmail.com>
Sun, 15 Jun 2003 23:13:35 +0000 (23:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 15 Jun 2003 23:13:35 +0000 (23:13 +0000)
Misc/NEWS

index 1346c58834c49aa8578101fb0f89464cd1b65b5e..4e745621ab33ca9a590e21193b1ab215acc1034f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,10 @@ Core and builtins
 Extension modules
 -----------------
 
+- 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.