[Python-checkins] r42129 - python/trunk/Lib/os.py

georg.brandl python-checkins at python.org
Fri Jan 20 22:36:05 CET 2006


Author: georg.brandl
Date: Fri Jan 20 22:36:02 2006
New Revision: 42129

Modified:
   python/trunk/Lib/os.py
Log:
Patch #1410998: remove "DOS" from os.py docstring


Modified: python/trunk/Lib/os.py
==============================================================================
--- python/trunk/Lib/os.py	(original)
+++ python/trunk/Lib/os.py	Fri Jan 20 22:36:02 2006
@@ -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.


More information about the Python-checkins mailing list