]> granicus.if.org Git - python/commit
Issue #3756: make re.escape() handle bytes as well as str.
authorGuido van Rossum <guido@python.org>
Wed, 10 Sep 2008 17:44:35 +0000 (17:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Sep 2008 17:44:35 +0000 (17:44 +0000)
commit698280df7c321b9986ee000054bb9dbbb32625af
tree258427b62da42e27228b837314ace46cde063aa1
parent92f8f3e013ccb5bb94b1c6133b9b226590587dba
Issue #3756: make re.escape() handle bytes as well as str.
Patch by Andrew McNamara, reviewed and tweaked by myself.
Lib/re.py
Lib/test/test_re.py
Misc/NEWS