From 12fe72e9dfaebc13258e329c6c93ad48e3a261a9 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 25 Feb 2003 17:46:20 +0000 Subject: [PATCH] note the demise of the dospath module (was actually in 2.3a2) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d52ceaccba..fa7ef5ee73 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 ----------- -- 2.40.0