]> granicus.if.org Git - python/commit
Only AttributeError can be raised in this situation - on systems without
authorSkip Montanaro <skip@pobox.com>
Sat, 23 Mar 2002 05:58:52 +0000 (05:58 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 23 Mar 2002 05:58:52 +0000 (05:58 +0000)
commit91cc17d20e0ad668944fcf8ef9a6c523455d64d7
tree1fc98874bbb09c98b1a635f839c34204206c852a
parent3c4a629bdca5d57238b38e69820896acdb388785
Only AttributeError can be raised in this situation - on systems without
getuid or getpid.  posix_getuid & posix_getpid never raise exceptions when
called with no args.
Lib/mimetools.py