From: R. David Murray Date: Wed, 13 May 2009 18:02:09 +0000 (+0000) Subject: Not backporting since pydoc isn't broken in 3.0. X-Git-Tag: 3.0~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=741bfeb06a97a6ddf0b3b2e4e59154c8da5662f4;p=thirdparty%2FPython%2Fcpython.git Not backporting since pydoc isn't broken in 3.0. Blocked revisions 72607 via svnmerge ................ r72607 | r.david.murray | 2009-05-13 13:33:03 -0400 (Wed, 13 May 2009) | 12 lines 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. ........ ................ ---