This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2007-04-19.06:08:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Thanks for the patch!

It looks pretty good, but there is one problem I see.  There should be a test_main() function for this to work from regrtest.  For example, take a look in Lib/test/test_bool.py.  Also, I don't think you need to seek(0) before getting the value from sys.stdout (ie, cStringIO instance).

I don't think you need to support sys.platform == 'mac'.  That was for Mac OS 9 which is no longer supported (see PEP 11).  Mac OS 10 has sys.platform == 'darwin'.  If you're interested, it would be good to produce a patch to remove all (10+) occurrences of comparing sys.platform with mac.

I'm assigning this to Ronald just so he can verify the Mac OS 9 issue.  Ronald, please comment and then unassign or assign to me.
History
Date User Action Args
2007-08-23 15:58:04adminlinkissue1703379 messages
2007-08-23 15:58:04admincreate