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: urllib.pathname2url(), .url2pathname()
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake
Priority: normal Keywords:

Created on 2002-10-14 20:07 by fdrake, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12779 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-10-14 20:07
These two functions are not documented, nor do they
have docstrings.  This should be fixed.
msg12780 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-10-22 21:59
Logged In: YES 
user_id=3066

Added documentation in Doc/lib/liburllib.tex revisions 1.44
and 1.40.8.1.
History
Date User Action Args
2022-04-10 16:05:45adminsetgithub: 37323
2002-10-14 20:07:45fdrakecreate