##// END OF EJS Templates
Remove py3compat.open in favour of io.open
Remove py3compat.open in favour of io.open

File last commit:

r17023:783754ce
r17299:154e8d32
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