summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-02-25 17:46:20 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-02-25 17:46:20 (GMT)
commit12fe72e9dfaebc13258e329c6c93ad48e3a261a9 (patch)
tree5ec52d2d54e8c4e3a31781a51f91ba3dc9d7e91f /Misc
parentc00b6d7a0a72a481de3064e0bd11e7b30f5b2610 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d52ceac..fa7ef5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------