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 r.david.murray
Recipients bethard, bjacobs, r.david.murray
Date 2011-06-17.16:32:18
SpamBayes Score 6.5060897e-07
Marked as misclassified No
Message-id <1308328339.18.0.510959597264.issue12353@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.  I'm setting this to test needed since the final patch will need a unit test.

The idiomatic way to do this kind of check is 'if not argstring or arg_string[0] not in self.fromfile_prefix_chars):'
History
Date User Action Args
2011-06-17 16:32:19r.david.murraysetrecipients: + r.david.murray, bethard, bjacobs
2011-06-17 16:32:19r.david.murraysetmessageid: <1308328339.18.0.510959597264.issue12353@psf.upfronthosting.co.za>
2011-06-17 16:32:18r.david.murraylinkissue12353 messages
2011-06-17 16:32:18r.david.murraycreate