cpython: a854d23305de (original) (raw)
Mercurial > cpython
changeset 91265:a854d23305de 3.4
Issue #3485: remove misleading comment [#3485]
Ned Deily nad@acm.org | |
---|---|
date | Wed, 18 Jun 2014 13:09:40 -0700 |
parents | 4cf322536328 |
children | 3edda677119e d86214c98a9c |
files | Lib/posixpath.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-)[+] [-] Lib/posixpath.py 1 |
line wrap: on
line diff
--- a/Lib/posixpath.py +++ b/Lib/posixpath.py @@ -48,7 +48,6 @@ def _get_sep(path): def normcase(s): """Normalize case of pathname. Has no effect under Posix"""