summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-07-16 01:32:30 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2002-07-16 01:32:30 (GMT)
commitc0e35158fbe7f9f4920c283e31b29ac04a09faf5 (patch)
treee32e61e2e7f1641111331dac2a73051d472d8412 /Misc/NEWS
parent975e3921aeee512fabf3d4cdf068d7723f163b2b (diff)
downloadcpython-c0e35158fbe7f9f4920c283e31b29ac04a09faf5.zip
cpython-c0e35158fbe7f9f4920c283e31b29ac04a09faf5.tar.gz
cpython-c0e35158fbe7f9f4920c283e31b29ac04a09faf5.tar.bz2
Add a blurb on the 3 Windows bugs I worked on over the last couple of days.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 937fe9d..99d2d90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,14 @@ Type/class unification and new-style classes
Core and builtins
+- Ctrl+C handling on Windows has been made more consistent with
+ other platforms. KeyboardInterrupt can now reliably be caught,
+ 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]
+
- Slices and repetitions of buffer objects now consistently return
a string. Formerly, strings would be returned most of the time,
but a buffer object would be returned when the repetition count