Oleg Broytmann <[EMAIL PROTECTED]> wrote: > > On Wed, Nov 01, 2006 at 08:32:08AM -0800, Josiah Carlson wrote: > > > p = path.normpath(path.join(__file__, os.pardir, os.pardir, "lib")) > > > > What operating systems that Python currently supports doesn't have ".." > > mean "parent directory"? > > macpath.py defines pardir = '::'. MacOS 9, probably.
MacOS 9 isn't a supported platform for Python anymore. The continued existance of macpath.py is either a mistake, or a kindness to those who still use OS 9. - Josiah _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
