##// END OF EJS Templates
Merge pull request #6069 from minrk/coalesce_streams...
Merge pull request #6069 from minrk/coalesce_streams coalesce stream output in the notebook

File last commit:

r17023:783754ce
r17311:52e1e06a merge
Show More
incompat-oinspect-getsource.rst
5 lines | 301 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-oinspect-getsource.rst
  • :func:`IPython.core.oinspect.getsource` call specification has changed:
    • oname keyword argument has been added for property source formatting
    • is_binary keyword argument has been dropped, passing True had previously short-circuited the function to return None unconditionally