Add mention of the os module.

This commit is contained in:
Antoine Pitrou 2010-07-21 17:54:21 +00:00
parent e742aa991b
commit 60a5302f13
1 changed files with 6 additions and 0 deletions

View File

@ -624,6 +624,12 @@ multiprocessing
Not examined.
os / posix module
'''''''''''''''''
The ``os`` (or ``posix``) module raises OSError throughout, except under
Windows where WindosError can be raised instead.
ossaudiodev
'''''''''''