Skip to content

Commit

Permalink
Don't normcase() filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 29, 2015
1 parent 610184e commit 7ae046d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ def normalize_name(name):
of files. Plus maybe lowercase versus uppercase.
"""
name = os.path.normpath(name)
name = os.path.normcase(name)
name = unicodify(name)
if sys.platform == 'darwin':
# Mac OSX may have problems comparing non-ascii filenames, so
Expand Down

0 comments on commit 7ae046d

Please sign in to comment.