mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
mimetools.choose_boundary() news.
This commit is contained in:
parent
9ca3f02dc0
commit
cda32b7d1d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue