[Python-checkins] r51624 - in python/trunk/Lib: genericpath.py macpath.py ntpath.py os2emxpath.py posixpath.py test/test_genericpath.py

Andrew MacIntyre andymac at bullseye.apana.org.au
Sun Aug 27 02:47:06 CEST 2006


jack.diederich wrote:
> Author: jack.diederich
> Date: Sat Aug 26 20:42:06 2006
> New Revision: 51624
> 
> Added:
>    python/trunk/Lib/genericpath.py
>    python/trunk/Lib/test/test_genericpath.py
> Modified:
>    python/trunk/Lib/macpath.py
>    python/trunk/Lib/ntpath.py
>    python/trunk/Lib/os2emxpath.py
>    python/trunk/Lib/posixpath.py
> Log:
> - Move functions common to all path modules into genericpath.py and have the
>   OS speicifc path modules import them.
> - Have os2emxpath import common functions fron ntpath instead of using copies

When the EMX support was added, I asked about doing this (having
os2emxpath import stuff from ntpath), and Guido's conclusion at the
time was that the os2emxpath module should be independant of ntpath
- even if there was significant duplication.

I have no problem with the genericpath rationalisation, but request that
the ntpath related changes to os2emxpath be reverted unless other advice
to the contrary is forthcoming.

-- 
-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia


More information about the Python-checkins mailing list