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.araujo
Recipients bochecha, eric.araujo, pitrou, r.david.murray
Date 2010-08-13.12:34:23
SpamBayes Score 0.003961654
Marked as misclassified No
Message-id <1281702865.03.0.93576599194.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
In Bash, * and ? match only characters in existing files, but {a,b} always produces two filenames, even if the files don’t exist. Do we want to mimic this behavior in fnmatch?
History
Date User Action Args
2010-08-13 12:34:25eric.araujosetrecipients: + eric.araujo, pitrou, r.david.murray, bochecha
2010-08-13 12:34:25eric.araujosetmessageid: <1281702865.03.0.93576599194.issue9584@psf.upfronthosting.co.za>
2010-08-13 12:34:23eric.araujolinkissue9584 messages
2010-08-13 12:34:23eric.araujocreate