Commit 3150b571 authored by Jim Fulton's avatar Jim Fulton

normalize path separators in path segments (update.txt)

parent 3acf484c
...@@ -3253,6 +3253,7 @@ def test_suite(): ...@@ -3253,6 +3253,7 @@ def test_suite():
r'(zc.buildout|distribute)( version)? \d+[.]\d+\S*'), r'(zc.buildout|distribute)( version)? \d+[.]\d+\S*'),
'\\1 V.V'), '\\1 V.V'),
(re.compile('[-d] distribute'), '- distribute'), (re.compile('[-d] distribute'), '- distribute'),
(re.compile(re.escape(os.path.sep)+'+'), '/'),
]) ])
), ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment