Commit fd1c0d23 authored by Jim Fulton's avatar Jim Fulton

Normalize extension names.

parent 64ed70a1
......@@ -83,6 +83,7 @@ def test_suite():
"-\d[.]\d-py)\d[.]\d(-\S+)?[.]egg"),
'\\1V.V.egg'),
(re.compile('extdemo.c\n.+\\extdemo.exp\n'), ''),
(re.compile('extdemo[.]pyd'), 'extdemo.so')
]),
),
......
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