[Python-checkins] [python/cpython] 590830: bpo-29995: re.escape() now escapes only special ch...

GitHub noreply at github.com
Thu Apr 13 14:06:45 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 5908300e4b0891fc5ab8bd24fba8fac72012eaa7
      https://github.com/python/cpython/commit/5908300e4b0891fc5ab8bd24fba8fac72012eaa7
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
    M Doc/library/re.rst
    M Doc/tools/susp-ignored.csv
    M Lib/idlelib/idle_test/test_replace.py
    M Lib/re.py
    M Lib/test/test_re.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29995: re.escape() now escapes only special characters. (#1007)




More information about the Python-checkins mailing list