mimetools.choose_boundary() news.

This commit is contained in:
Tim Peters 2003-06-15 23:13:35 +00:00
parent 9ca3f02dc0
commit cda32b7d1d
1 changed files with 4 additions and 0 deletions

View File

@ -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.