mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
Clarify that the interruptable popen fixes aren't used under Win9x.
This commit is contained in:
parent
40af889081
commit
8f3afc7cd3
@ -63,9 +63,10 @@ Core and builtins
|
|||||||
other platforms. KeyboardInterrupt can now reliably be caught,
|
other platforms. KeyboardInterrupt can now reliably be caught,
|
||||||
and Ctrl+C at an interative prompt no longer terminates the
|
and Ctrl+C at an interative prompt no longer terminates the
|
||||||
process under NT/2k/XP (it never did under Win9x). Ctrl+C will
|
process under NT/2k/XP (it never did under Win9x). Ctrl+C will
|
||||||
interrupt time.sleep() in the main thread, and any child processes
|
interrupt time.sleep() in the main thread, and any child processes
|
||||||
created via the popen family are also interrupted (as generally
|
created via the popen family (on win2k; we can't make win9x work
|
||||||
happens on for Linux/Unix). [SF bugs 231273, 439992 and 581232]
|
reliably) are also interrupted (as generally happens on for Linux/Unix.)
|
||||||
|
[SF bugs 231273, 439992 and 581232]
|
||||||
|
|
||||||
- Slices and repetitions of buffer objects now consistently return
|
- Slices and repetitions of buffer objects now consistently return
|
||||||
a string. Formerly, strings would be returned most of the time,
|
a string. Formerly, strings would be returned most of the time,
|
||||||
|
Loading…
Reference in New Issue
Block a user