Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
205a55f5
Commit
205a55f5
authored
Jun 18, 2014
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #3485: merge from 3.4
parents
42653dfc
845fd9aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Lib/posixpath.py
Lib/posixpath.py
+0
-1
No files found.
Lib/posixpath.py
View file @
205a55f5
...
...
@@ -48,7 +48,6 @@ def _get_sep(path):
def
normcase
(
s
):
"""Normalize case of pathname. Has no effect under Posix"""
# TODO: on Mac OS X, this should really return s.lower().
if
not
isinstance
(
s
,
(
bytes
,
str
)):
raise
TypeError
(
"normcase() argument must be str or bytes, "
"not '{}'"
.
format
(
s
.
__class__
.
__name__
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment