From: Georg Brandl Date: Fri, 20 Jan 2006 21:36:02 +0000 (+0000) Subject: Patch #1410998: remove "DOS" from os.py docstring X-Git-Tag: v2.5a0~776 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bde4ad4f924ef9338e4acfb1195de9715c8ff70f;p=thirdparty%2FPython%2Fcpython.git Patch #1410998: remove "DOS" from os.py docstring --- diff --git a/Lib/os.py b/Lib/os.py index 7c49ba4b6a4d..31002acb75b0 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -1,4 +1,4 @@ -r"""OS routines for Mac, DOS, NT, or Posix depending on what system we're on. +r"""OS routines for Mac, NT, or Posix depending on what system we're on. This exports: - all functions from posix, nt, os2, mac, or ce, e.g. unlink, stat, etc.