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 eric.smith
Recipients allan, eric.smith
Date 2010-11-05.11:39:25
SpamBayes Score 2.9292049e-05
Marked as misclassified No
Message-id <1288957167.4.0.980058001567.issue10318@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any reason for the test files to have a shebang line at all? I think those should be removed, which would cut the problem in half.

Also, given "-m", I'm not sure any of the files in the stdlib should have a shebang line. Is there really an expectation that these should be run directly? Is anyone really running UserString.py as a script in order to run its tests?
History
Date User Action Args
2010-11-05 11:39:27eric.smithsetrecipients: + eric.smith, allan
2010-11-05 11:39:27eric.smithsetmessageid: <1288957167.4.0.980058001567.issue10318@psf.upfronthosting.co.za>
2010-11-05 11:39:25eric.smithlinkissue10318 messages
2010-11-05 11:39:25eric.smithcreate