Minor tweaking of previous r78734, and add a NEWS entry.

This commit is contained in:
Florent Xicluna 2010-03-06 18:52:52 +00:00
parent dc1531c5c4
commit 985478dbbb
5 changed files with 61 additions and 52 deletions

View file

@ -56,7 +56,7 @@ class MacPathTestCase(unittest.TestCase):
'normpath() returned str instead of unicode')
class MacCommonTest(test_genericpath.CommonTest):
path = macpath
pathmodule = macpath
def test_main():