This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: incorrect comments in nturl2path.py
Type: enhancement Stage: resolved
Components: Library (Lib), Windows Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: Jurko.Gospodnetić, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-04-05 10:45 by Jurko.Gospodnetić, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Repositories containing patches
http://bitbucket.org/jurko/cpython
Messages (4)
msg215592 - (view) Author: Jurko Gospodnetić (Jurko.Gospodnetić) * Date: 2014-04-05 10:45
nturl2path.py module contains comments implying that it converts local paths to URLs with ':' characters replaced with '|'. This has not been true since Python 2.6.

Commit at:

  http://bitbucket.org/jurko/cpython/commits/8fe56380b09e238f104ba4a4d7a67df73182bc21

updates those comments - prepared against the CPython development repo.
msg253406 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-10-24 14:17
LGTM.
msg253407 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-24 14:44
New changeset 6a15845142ec by Serhiy Storchaka in branch '3.4':
Issue21160: Correct comments in nturl2path.  Patch by Jurko Gospodnetić.
https://hg.python.org/cpython/rev/6a15845142ec

New changeset acc453391c5b by Serhiy Storchaka in branch '2.7':
Issue21160: Correct comments in nturl2path.  Patch by Jurko Gospodnetić.
https://hg.python.org/cpython/rev/acc453391c5b

New changeset 67dfa5cf38c2 by Serhiy Storchaka in branch '3.5':
Issue21160: Correct comments in nturl2path.  Patch by Jurko Gospodnetić.
https://hg.python.org/cpython/rev/67dfa5cf38c2

New changeset 1216494acffe by Serhiy Storchaka in branch 'default':
Issue21160: Correct comments in nturl2path.  Patch by Jurko Gospodnetić.
https://hg.python.org/cpython/rev/1216494acffe
msg253408 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-10-24 14:45
Thank you for your patch Jurko.
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65359
2015-10-24 14:45:52serhiy.storchakasetstatus: open -> closed
resolution: fixed
messages: + msg253408

stage: commit review -> resolved
2015-10-24 14:44:27python-devsetnosy: + python-dev
messages: + msg253407
2015-10-24 14:17:47serhiy.storchakasetassignee: serhiy.storchaka
type: enhancement
versions: + Python 2.7, Python 3.6
nosy: + serhiy.storchaka

messages: + msg253406
stage: commit review
2014-05-10 19:35:07ezio.melottisetfiles: - d7f128afe9db.diff
2014-05-10 19:19:35ezio.melottisetfiles: + d7f128afe9db.diff
keywords: + patch
2014-04-05 10:45:36Jurko.Gospodnetićcreate