[Python-checkins] [python/cpython] 9660a7: bpo-25409: Clarify fnmatch and fnmatchcase documen...

GitHub noreply at github.com
Sat Jun 10 10:26:40 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 9660a7e4bbc3932846fcde0e31856b5b3908b834
      https://github.com/python/cpython/commit/9660a7e4bbc3932846fcde0e31856b5b3908b834
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
    M Doc/library/fnmatch.rst

  Log Message:
  -----------
  bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067)

Mention that fnmatchcase does not call normcase, and fnmatch does.
(cherry picked from commit e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3)




More information about the Python-checkins mailing list