This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients amirouche, bob.ippolito, bwanamarko, chris.jerdonek, eric.araujo, ezio.melotti, flox, georg.brandl, ggenellina, mark.dickinson, python-dev, r.david.murray, rhettinger, serhiy.storchaka, techtonik, zearin
Date 2016-06-30.11:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160630110341.7434.88125.9F9FDC26@psf.io>
In-reply-to
Content
New changeset 8f1d3ebdbc56 by Serhiy Storchaka in branch '2.7':
Issue #4945: Improved the documenting of boolean arguments in the json module.
https://hg.python.org/cpython/rev/8f1d3ebdbc56

New changeset 324b061ce220 by Serhiy Storchaka in branch '3.5':
Issue #4945: Improved the documenting of boolean arguments in the json module.
https://hg.python.org/cpython/rev/324b061ce220

New changeset f2d1dba10a0e by Serhiy Storchaka in branch 'default':
Issue #4945: Improved the documenting of boolean arguments in the json module.
https://hg.python.org/cpython/rev/f2d1dba10a0e
History
Date User Action Args
2016-06-30 11:03:44python-devsetrecipients: + python-dev, georg.brandl, rhettinger, bob.ippolito, mark.dickinson, ggenellina, techtonik, ezio.melotti, eric.araujo, r.david.murray, flox, chris.jerdonek, amirouche, serhiy.storchaka, zearin, bwanamarko
2016-06-30 11:03:44python-devlinkissue4945 messages
2016-06-30 11:03:43python-devcreate