]> granicus.if.org Git - python/commit
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 26 Aug 2019 07:04:35 +0000 (16:04 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 07:04:35 +0000 (00:04 -0700)
commit44cd86bbdddb1f7b05deba2c1986a1e98f992429
tree1dfa931ca1747bd69087765c6a3024d2145087ff
parent6b16d938d6d1ccb443815e20e8812deed274dc09
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)

https://bugs.python.org/issue37805

Automerge-Triggered-By: @methane
Lib/test/test_json/test_dump.py
Misc/NEWS.d/next/Tests/2019-08-25-19-51-46.bpo-37805.Kl1sti.rst [new file with mode: 0644]