[issue1829] Renaming platform path modules

2008-01-14 Thread Christian Heimes
Christian Heimes added the comment: Duplicate of #1828 -- nosy: +tiran resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1829] Renaming platform path modules

2008-01-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: Sorry for the double. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1829] Renaming platform path modules

2008-01-14 Thread Benjamin Peterson
New submission from Benjamin Peterson: Currently, all the platform-specific path modules (ntpath, macpath, etc) have normal module names. Since they are implementation details, they should have a "_" prepended to their names as is the custom for private objects. I doubt this would break much code