Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/fnmatch.rst

    r2 r391  
    1 
    21:mod:`fnmatch` --- Unix filename pattern matching
    32=================================================
     
    109
    1110.. index:: module: re
     11
     12**Source code:** :source:`Lib/fnmatch.py`
     13
     14--------------
    1215
    1316This module provides support for Unix shell-style wildcards, which are *not* the
     
    2629| ``[!seq]`` | matches any character not in *seq* |
    2730+------------+------------------------------------+
     31
     32For a literal match, wrap the meta-characters in brackets.
     33For example, ``'[?]'`` matches the character ``'?'``.
    2834
    2935.. index:: module: glob
     
    9096   Module :mod:`glob`
    9197      Unix shell-style path expansion.
    92 
Note: See TracChangeset for help on using the changeset viewer.