]> granicus.if.org Git - python/commit
re.escape os.sep so that \ is interpreted properly in the regex.
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Feb 2012 00:43:55 +0000 (16:43 -0800)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Feb 2012 00:43:55 +0000 (16:43 -0800)
commit53ec8ae6a518f1b798340976e3f57eab9db57b8a
treea8404b3e56ba839f16d89777c975e1becd524a6a
parentaed555393289849e806083d443aec44cbfb10787
parent9903c705b89c197c96e8286c9351a31b9c23fd44
re.escape os.sep so that \ is interpreted properly in the regex.
Lib/lib2to3/tests/test_main.py