[issue6649] idlelib/rpc.py missing exit status on exithook

Guilherme Polo report at bugs.python.org
Wed Aug 5 18:21:09 CEST 2009


New submission from Guilherme Polo <ggpolo at gmail.com>:

SocketIO.exithook on idlelib/rpc.py is missing the exit status, this is
a minor issue since both client and server used on IDLE override this
method to do something else.

----------
components: IDLE
files: missing_exitstatus.diff
keywords: patch
messages: 91322
nosy: gpolo
priority: low
severity: normal
status: open
title: idlelib/rpc.py missing exit status on exithook
versions: Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file14658/missing_exitstatus.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6649>
_______________________________________


More information about the Python-bugs-list mailing list