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: splitunc not documented
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, georg.brandl, pooryorick
Priority: normal Keywords:

Created on 2005-08-27 21:40 by pooryorick, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg26137 - (view) Author: Poor Yorick (pooryorick) * Date: 2005-08-27 21:40
a description of splitunc is missing from

http://docs.python.org/lib/module-os.path.html
msg26138 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-14 20:42
Logged In: YES 
user_id=1188172

Interesting, since splitunc() is mentioned in the chapter
heading :)

Added a description in Doc/lib/libposixpath.tex r1.43,
r1.40.2.3.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42312
2005-08-27 21:40:57pooryorickcreate