]> granicus.if.org Git - python/commit
The assignment to result.st_rdev can raise AttributeError as well as
authorGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 21:19:31 +0000 (21:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 21:19:31 +0000 (21:19 +0000)
commit1fff878c4587069e5c2976e157f4981599b50376
tree9100bef3af05528ee1dc51e8aec6c3a19f1c8f9f
parenta5e616510e57a5269d53a9cea1d98ea095879c58
The assignment to result.st_rdev can raise AttributeError as well as
TypeError (on systems where it's not defined at all, it raises
AttributeError; when it's defined, assignment to it raises TypeError).
Lib/test/test_os.py