Issue1829
Created on 2008-01-15 01:02 by benjamin.peterson, last changed 2008-01-15 01:06 by christian.heimes.
| 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
|
|
| Date |
User |
Action |
Args |
| 2008-01-15 01:06:54 | christian.heimes | set | status: open -> closed resolution: duplicate messages:
+ msg59945 nosy:
+ christian.heimes |
| 2008-01-15 01:03:51 | benjamin.peterson | set | messages:
+ msg59944 |
| 2008-01-15 01:02:49 | benjamin.peterson | create | |
|