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: Add Jason Orendorff's path module to stdlib
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: hoffman, rhettinger
Priority: normal Keywords:

Created on 2005-06-23 13:26 by hoffman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg54576 - (view) Author: Michael Hoffman (hoffman) Date: 2005-06-23 13:26
Jason Orendorff has produced an excellent path module
which has an OOP approach to path, directory, and file
manipulation, as well as including some new convenience
functions. In my opinion, it allows much more Pythonic
path manipulation than the functions in os and os.path.
It is quite stable and includes unit tests. I and many
others have been using it for years.

http://www.jorendorff.com/articles/python/path/

I am requesting that it be added to the stdlib.
msg54577 - (view) Author: Michael Hoffman (hoffman) Date: 2005-07-04 08:25
Logged In: YES 
user_id=987664

Significant discussion on python-dev in this thread:

http://mail.python.org/pipermail/python-dev/2005-June/054438.html
msg54578 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-07-13 21:58
Logged In: YES 
user_id=80475

Guido was clear that an RFE is insufficient.  A PEP is
required if this is to advance.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42113
2005-06-23 13:26:36hoffmancreate