##// END OF EJS Templates
Merge pull request #5803 from Carreau/ulh...
Merge pull request #5803 from Carreau/ulh unify visual line handling

File last commit:

r17023:783754ce
r17097:b68cb43c merge
Show More
incompat-oinspect-getsource.rst
5 lines | 301 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-oinspect-getsource.rst
immerrr
Print sources for property fget/fset/fdel methods...
r17023 * :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