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 ncoghlan
Recipients alex, cvrebert, eric.araujo, ncoghlan, pitrou
Date 2011-11-08.13:02:24
SpamBayes Score 0.0002872927
Marked as misclassified No
Message-id <1320757345.01.0.979352890495.issue13238@psf.upfronthosting.co.za>
In-reply-to
Content
Éric, to answer your question, with the planned version of the new API, a "*.py" value interpolated with "{!u}" should indeed pick up all of those files, since the wildcard will be passed unmodified to the underlying shell, and all shells I am aware of will accept "foo bar.py" as a match for "*.py".
History
Date User Action Args
2011-11-08 13:02:25ncoghlansetrecipients: + ncoghlan, pitrou, eric.araujo, alex, cvrebert
2011-11-08 13:02:25ncoghlansetmessageid: <1320757345.01.0.979352890495.issue13238@psf.upfronthosting.co.za>
2011-11-08 13:02:24ncoghlanlinkissue13238 messages
2011-11-08 13:02:24ncoghlancreate