]> granicus.if.org Git - python/commit
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
authorR. David Murray <rdmurray@bitdance.com>
Wed, 13 May 2009 17:14:11 +0000 (17:14 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 13 May 2009 17:14:11 +0000 (17:14 +0000)
commit996ba0260209aaac0e1cd29516dc2ba7120c698b
treee6e36f7bbf06e42d4b29900c29873c6ed8f197f8
parent525cffcd7e7fc92d04ddff938c7c60d201d377de
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary.  Patch by Brodie Rao, test by Daniel Diniz.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/ACKS
Misc/NEWS