]> granicus.if.org Git - python/commit
This fix makes, eg, 'pydoc time' work again.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 13 May 2009 17:33:03 +0000 (17:33 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 13 May 2009 17:33:03 +0000 (17:33 +0000)
commit74b8924eaf5af4529d676b052347a3a1937c8796
tree32333579a256472bc212411748ffdb42d179bc5e
parent14b7efa21532ba2585dd9910d9f2cf28d456e72d
This fix makes, eg, 'pydoc time' work again.

Merged revisions 72605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72605 | r.david.murray | 2009-05-13 13:14:11 -0400 (Wed, 13 May 2009) | 3 lines

  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