[issue7386] More precise document on os.path.normpath()

2010-08-02 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Fixed in r83547. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7386 ___

More precise document on os.path.normpath()

2009-11-23 Thread Peng Yu
After I tried os.path.normpath(), it is clear that the function doesn't return the trailing '/', if the path is a directory. But this fact is not documented. Should this be documented in future release of python. Also, I found the documentation of some functions in os.path are not clear. I have

Re: More precise document on os.path.normpath()

2009-11-23 Thread Benjamin Kaplan
On Mon, Nov 23, 2009 at 8:52 PM, Peng Yu pengyu...@gmail.com wrote: After I tried os.path.normpath(), it is clear that the function doesn't return the trailing '/', if the path is a directory. But this fact is not documented. Should this be documented in future release of python. Also, I

Re: More precise document on os.path.normpath()

2009-11-23 Thread Carl Banks
On Nov 23, 5:59 pm, Benjamin Kaplan benjamin.kap...@case.edu wrote: On Mon, Nov 23, 2009 at 8:52 PM, Peng Yu pengyu...@gmail.com wrote: After I tried os.path.normpath(), it is clear that the function doesn't return the trailing '/', if the path is a directory. But this fact is not

Re: More precise document on os.path.normpath()

2009-11-23 Thread Lie Ryan
Peng Yu wrote: After I tried os.path.normpath(), it is clear that the function doesn't return the trailing '/', if the path is a directory. But this fact is not documented. Should this be documented in future release of python. Also, I found the documentation of some functions in os.path are

[issue7386] More precise document on os.path.normpath()

2009-11-23 Thread pengyu.ut
: georg.brandl, pengyu.ut severity: normal status: open title: More precise document on os.path.normpath() versions: Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7386

[issue7387] More precise document on os.path.normpath()

2009-11-23 Thread pengyu.ut
: georg.brandl, pengyu.ut severity: normal status: open title: More precise document on os.path.normpath() versions: Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7387

[issue7387] More precise document on os.path.normpath()

2009-11-23 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7387 ___