From: Skip Montanaro Date: Tue, 25 Feb 2003 17:46:20 +0000 (+0000) Subject: note the demise of the dospath module (was actually in 2.3a2) X-Git-Tag: v2.3c1~1690 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12fe72e9dfaebc13258e329c6c93ad48e3a261a9;p=thirdparty%2FPython%2Fcpython.git note the demise of the dospath module (was actually in 2.3a2) --- diff --git a/Misc/NEWS b/Misc/NEWS index d52ceaccbacb..fa7ef5ee73dc 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 -----------