diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-06-15 23:13:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-06-15 23:13:35 (GMT) |
commit | cda32b7d1d0a9d93294735880f9f065f5ab08bbe (patch) | |
tree | c6ed46168ac119b83bf0b79431f3dbb7a5d0e709 /Misc | |
parent | 9ca3f02dc00179673a04f4bda77920b860b42ea5 (diff) | |
download | cpython-cda32b7d1d0a9d93294735880f9f065f5ab08bbe.zip cpython-cda32b7d1d0a9d93294735880f9f065f5ab08bbe.tar.gz cpython-cda32b7d1d0a9d93294735880f9f065f5ab08bbe.tar.bz2 |
mimetools.choose_boundary() news.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 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. |