]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
re.escape os.sep so that \ is interpreted properly in the regex.
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Feb 2012 00:45:47 +0000 (16:45 -0800)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Feb 2012 00:45:47 +0000 (16:45 -0800)
commite1dbbbfc514dec56e6cf695cb7f127a4782ec6b7
tree4de4291f820516743c0c51c4f7d0b42a50d7303f
parentd9c2df868f827ca9c72ee28f7a1a6619275863ee
re.escape os.sep so that \ is interpreted properly in the regex.
Lib/lib2to3/tests/test_main.py