]> granicus.if.org Git - python/commitdiff
note the demise of the dospath module (was actually in 2.3a2)
authorSkip Montanaro <skip@pobox.com>
Tue, 25 Feb 2003 17:46:20 +0000 (17:46 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 25 Feb 2003 17:46:20 +0000 (17:46 +0000)
Misc/NEWS

index d52ceaccbacbfe8b4abc64267cd1f72dc7c49f3b..fa7ef5ee73dce62e3979053737abccb7cea221e3 100644 (file)
--- 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
 -----------