diff options
author | Skip Montanaro <skip@pobox.com> | 2003-02-25 17:46:20 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-02-25 17:46:20 (GMT) |
commit | 12fe72e9dfaebc13258e329c6c93ad48e3a261a9 (patch) | |
tree | 5ec52d2d54e8c4e3a31781a51f91ba3dc9d7e91f /Misc | |
parent | c00b6d7a0a72a481de3064e0bd11e7b30f5b2610 (diff) | |
download | cpython-12fe72e9dfaebc13258e329c6c93ad48e3a261a9.zip cpython-12fe72e9dfaebc13258e329c6c93ad48e3a261a9.tar.gz cpython-12fe72e9dfaebc13258e329c6c93ad48e3a261a9.tar.bz2 |
note the demise of the dospath module (was actually in 2.3a2)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -363,6 +363,9 @@ Library - Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets. See SF patch #642974. +- The dospath module was deleted. Use the ntpath module when manipulating + DOS paths from other platforms. + Tools/Demos ----------- |