[Python-checkins] r83038 - peps/trunk/pep-3151.txt

antoine.pitrou python-checkins at python.org
Wed Jul 21 19:54:21 CEST 2010


Author: antoine.pitrou
Date: Wed Jul 21 19:54:21 2010
New Revision: 83038

Log:
Add mention of the os module.



Modified:
   peps/trunk/pep-3151.txt

Modified: peps/trunk/pep-3151.txt
==============================================================================
--- peps/trunk/pep-3151.txt	(original)
+++ peps/trunk/pep-3151.txt	Wed Jul 21 19:54:21 2010
@@ -624,6 +624,12 @@
 
 Not examined.
 
+os / posix module
+'''''''''''''''''
+
+The ``os`` (or ``posix``) module raises OSError throughout, except under
+Windows where WindosError can be raised instead.
+
 ossaudiodev
 '''''''''''
 


More information about the Python-checkins mailing list