classification
Title: idlelib/rpc.py missing exit status on exithook
Type: Stage:
Components: IDLE Versions: Python 3.1, Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo
Priority: low Keywords: patch

Created on 2009-08-05 16:21 by gpolo, last changed 2009-08-05 16:21 by gpolo.

Files
File name Uploaded Description Edit
missing_exitstatus.diff gpolo, 2009-08-05 16:21 review
Messages (1)
msg91322 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-08-05 16:21
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.
History
Date User Action Args
2009-08-05 16:21:07gpolocreate