[Python-Dev] posixpath module.

Alex Coventry alex_c@MIT.EDU
Fri, 14 Jul 2000 16:30:14 -0400 (EDT)


(Cc'd to python-dev, this time, since you're incommunicado.)

I have a preliminary version of test_posixpath.py.  You can see it at 

http://puffin.lcs.mit.edu:8080/Lib/test/test_posixpath.py

I don't have any negative tests with garbage input.  I'm thinking that
that's not so important anyway, because in python programs tend to break
with garbage input, but of course I'm really punting mainly out of
temporary boredom. :)

Should posixpath.normpath resolve '/..' to '/'?  My linux box does.

Alex.