[issue1934] os.path.isabs documentation error

2008-01-26 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: > Return ``True`` if *path* is an absolute pathname. On Unix, that > means it begins with a slash, on Windows that it begins with a > backslash after chopping off a potential drive letter. Actually the Windows part is not completely true since on Windows p

[issue1934] 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

[issue1934] os.path.isabs documentation error

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60314. Thanks for the report! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1934] os.path.isabs documentation error

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Okay, fixed in r60317. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt