Commit cda32b7d authored by Tim Peters's avatar Tim Peters

mimetools.choose_boundary() news.

parent 9ca3f02d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment