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 not

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

2009-11-23 Thread Carl Banks
On Nov 23, 5:59 pm, Benjamin Kaplan wrote: > On Mon, Nov 23, 2009 at 8:52 PM, 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 futur

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 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 documen

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 to