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 tim.peters
Recipients
Date 2003-05-17.23:43:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

The heart of the problem seems to be the comment in 
fnmatch.py's translate() docstring:

    """Translate a shell PATTERN to a regular expression.

    There is no way to quote meta-characters.
    """
So it looks like an undocumented design limitation.
History
Date User Action Args
2007-08-23 14:13:20adminlinkissue738361 messages
2007-08-23 14:13:20admincreate