• Raymond Hettinger's avatar
    Backport 2.27: · ca514924
    Raymond Hettinger yazdı
    Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.
    
    This gets us closer to consistent Ctrl+C behaviour on NT and Win9x.
    NT now reliably generates KeyboardInterrupt exceptions for NT when a
    file IO operation was aborted.  Bugfix candidate
    ca514924
myreadline.c 4.12 KB