[issue1933] os.path.isabs documentation error

2008-01-25 Thread Mark Dickinson
Changes by Mark Dickinson: -- resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

[issue1933] os.path.isabs documentation error

2008-01-25 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Sorry but I had problem with my browser and I submitted the report twice: http://bugs.python.org/issue1934 Could someone please close this one? __ Tracker <[EMAIL PROTECTED]> _

[issue1933] os.path.isabs documentation error

2008-01-25 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': The current os.path.isabs documentation says: > isabs(path) >Return True if path is an absolute pathname (begins with a slash). The "begins with a slash" part is incorrect since certain systems use a different pathname notation. For example, on Macin