diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 02:59:16 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 02:59:16 +0300 |
commit | 77e543c6cdd40debd215fa6e913fcc64c0748eb0 (patch) | |
tree | b3256fec11acdb17c877e0556f5aa18413882c5a /Lib/idlelib/macosxSupport.py | |
parent | 0269828320920b307ca20746ec70e8f63af64089 (diff) | |
download | cpython-git-77e543c6cdd40debd215fa6e913fcc64c0748eb0.tar.gz |
Issue #21382: Clarify signal.signal() documentation on Windows
All signal.SIG* constants may not be defined on Windows so a call like
signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1))
will raise an AttributeError.
Diffstat (limited to 'Lib/idlelib/macosxSupport.py')
0 files changed, 0 insertions, 0 deletions