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

GitHub noreply at github.com
Sat Jun 10 00:42:13 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3
      https://github.com/python/cpython/commit/e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3
  Author: csabella <cheryl.sabella at gmail.com>
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
    M Doc/library/fnmatch.rst

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

Mention that fnmatchcase does not call normcase, and fnmatch does.




More information about the Python-checkins mailing list