classification
Title: Renaming platform path modules
Type:
Components: Library (Lib) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, christian.heimes
Priority: Keywords:

Created on 2008-01-15 01:02 by benjamin.peterson, last changed 2008-01-15 01:06 by christian.heimes.

Messages
msg59943 (view) Author: Benjamin Peterson (benjamin.peterson) Date: 2008-01-15 01:02
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: I've never written
witnessed any code outside of the os module that uses the modules.
msg59944 (view) Author: Benjamin Peterson (benjamin.peterson) Date: 2008-01-15 01:03
Sorry for the double.
msg59945 (view) Author: Christian Heimes (christian.heimes) Date: 2008-01-15 01:06
Duplicate of #1828
History
Date User Action Args
2008-01-15 01:06:54christian.heimessetstatus: open -> closed
resolution: duplicate
messages: + msg59945
nosy: + christian.heimes
2008-01-15 01:03:51benjamin.petersonsetmessages: + msg59944
2008-01-15 01:02:49benjamin.petersoncreate