]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18726: All optional parameters of the dump(), dumps(),
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jun 2016 21:03:20 +0000 (00:03 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jun 2016 21:03:20 +0000 (00:03 +0300)
commitaacd53f6cb96fe8c4fe9ce894f22e25f356a97c3
tree4ba936a620bf3170ae9c7f74c35bf52142e40288
parent43354375063662deda272b9a2d64cf53d6b748f3
Issue #18726: All optional parameters of the dump(), dumps(),
load() and loads() functions and JSONEncoder and JSONDecoder class
constructors in the json module are now keyword-only.
Doc/library/json.rst
Doc/whatsnew/3.6.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/encoder.py
Misc/NEWS