##// END OF EJS Templates
Merge pull request #6077 from minrk/json-unicode-keys...
Merge pull request #6077 from minrk/json-unicode-keys allow unicode keys in dicts in json_clean

File last commit:

r17023:783754ce
r17148:99cdf189 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