]> granicus.if.org Git - python/commit
Instead of 'import mac', use 'import os' -- this way, the path syntax
authorGuido van Rossum <guido@python.org>
Tue, 3 Mar 1998 21:49:01 +0000 (21:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Mar 1998 21:49:01 +0000 (21:49 +0000)
commit5c1d2297ea1df3571e50d373fa2d1cbf21bcd31c
tree27665141a655ee3cc6f357d1ae4a1c636a6a9c9e
parent69f65801aba085385625ea7a4a14c6253f680fff
Instead of 'import mac', use 'import os' -- this way, the path syntax
manipulation routines can be used on non-Mac platforms (e.g. to
manipulate pathnames in a Mac specific archive).
Lib/macpath.py