]> granicus.if.org Git - python/commit
- Move functions common to all path modules into genericpath.py and have the
authorJack Diederich <jackdied@gmail.com>
Sat, 26 Aug 2006 18:42:06 +0000 (18:42 +0000)
committerJack Diederich <jackdied@gmail.com>
Sat, 26 Aug 2006 18:42:06 +0000 (18:42 +0000)
commit7b60464ceb845c3117e9524b17f30443423c3b9d
tree7c222c22f1ca0f1a466bf1271172f90716cf789a
parent4582d7d905ae4299dd2ff981bfbab5980c9ddb79
- 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
Lib/genericpath.py [new file with mode: 0644]
Lib/macpath.py
Lib/ntpath.py
Lib/os2emxpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py [new file with mode: 0644]