Author gvanrossum
Recipients
Date 2003-02-03.21:10:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

test_sys.py:

- I agree that it's not worth testing the code paths that
will invoke a custom
   __displayhook__ or __excepthook__, but I regret it
nevertheless. :-)
   maybe this deserves a comment?

- sys.exit() should also be callable with a string

- you could check that the value of the SystemExit exception
has the right
   exit code

- Have you checked this with Jython? I don't know if it
implements all
   of these; in particular I doubt it has getrefcount().

- I presume you've tested this on Windows?

Sorry, I can't help you with charmapcodec
History
Date User Action Args
2007-08-23 15:19:35adminlinkissue662807 messages
2007-08-23 15:19:35admincreate