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

GitHub noreply at github.com
Sat Jun 10 10:25:34 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 76eabd3a21dc578de6093d45dd8d69a5ec4b9afe
      https://github.com/python/cpython/commit/76eabd3a21dc578de6093d45dd8d69a5ec4b9afe
  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-2065)

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




More information about the Python-checkins mailing list