From: Gregory P. Smith Date: Tue, 14 Feb 2012 00:43:55 +0000 (-0800) Subject: re.escape os.sep so that \ is interpreted properly in the regex. X-Git-Tag: v3.3.0a1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53ec8ae6a518f1b798340976e3f57eab9db57b8a;p=thirdparty%2FPython%2Fcpython.git re.escape os.sep so that \ is interpreted properly in the regex. --- 53ec8ae6a518f1b798340976e3f57eab9db57b8a diff --cc Lib/lib2to3/tests/test_main.py index 225c15de1889,86cb438e358e..a498c5a0d1db --- a/Lib/lib2to3/tests/test_main.py +++ b/Lib/lib2to3/tests/test_main.py @@@ -3,6 -3,6 +3,7 @@@ import codec import io import logging import os ++import re import shutil import sys import tempfile