Commit 8f3afc7c authored by Mark Hammond's avatar Mark Hammond

Clarify that the interruptable popen fixes aren't used under Win9x.

parent 40af8890
......@@ -64,8 +64,9 @@ Core and builtins
and Ctrl+C at an interative prompt no longer terminates the
process under NT/2k/XP (it never did under Win9x). Ctrl+C will
interrupt time.sleep() in the main thread, and any child processes
created via the popen family are also interrupted (as generally
happens on for Linux/Unix). [SF bugs 231273, 439992 and 581232]
created via the popen family (on win2k; we can't make win9x work
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
a string. Formerly, strings would be returned most of the time,
......
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