Issue 1718017: posixpath and friends have uses that should be documented (original) (raw)
Issue1718017
Created on 2007-05-13 06:21 by OG7, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg32002 - (view) | Author: OG7 (OG7) | Date: 2007-05-13 06:21 |
At this page: http://docs.python.org/lib/module-os.html It should be suggested that the modules: posixpath, macpath, ntpath, os2emxpath are available on all platforms to handle the path conventions of that platform. The current phrasing, along with the documentation for each of these modules, does not imply that. In particular, posixpath is useful to handle the URI path conventions in http://tools.ietf.org/html/rfc2396 , for example handling repeated slashes and references to .. and . | ||
msg32003 - (view) | Author: Neal Norwitz (nnorwitz) * ![]() |
Date: 2007-05-13 19:53 |
Gabriel, could you try to work up a patch which demonstrates what you would like changed? It would be great if you could do this against the latex source in Doc/lib/libos.tex (presumably). If you don't know latex, that's ok, even a plain text patch would help a lot. Thanks! | ||
msg85475 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-04-05 10:41 |
Should be covered with r71216. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:24 | admin | set | github: 44949 |
2009-04-05 10:41:19 | georg.brandl | set | status: open -> closednosy: + georg.brandlmessages: + resolution: fixed |
2009-03-30 23:38:14 | ajaksu2 | set | priority: normal -> lowtype: enhancementversions: + Python 2.7 |
2007-05-13 06:21:50 | OG7 | create |