[Python-Dev] import curdir,pardir,sep,pathsep,defpath from
relevant *path module
Skip Montanaro
skip@pobox.com
Fri, 14 Feb 2003 00:50:24 -0600
>> Proposal: Move the definitions of curdir, pardir, sep, pathsep and
>> defpath into the relevant path module (ntpath, posixpath, etc), then
>> for compatibility reimport them ("from path import curdir, pardir,
>> sep, pathsep, defpath") later in os.py.
Guido> Yes.
Patch is at: http://python.org/sf/686397
I initially assigned it to Andrew MacIntyre because the os/2 stuff seemed
the most complex (the rest was straightforward), and I have no way to test
there.
Skip