[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset a976283821ab73ba080da47cbe95802ce66bb0a4 by Miss Islington (bot) in branch '3.7': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpython/commit/a976283821ab73ba080da47cbe95802ce66bb0a4 -- _

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread Inada Naoki
Inada Naoki added the comment: thanks -- nosy: +inada.naoki resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset a3875171d746f90f49adfcaa015525b20a3874d3 by Miss Islington (bot) in branch '3.8': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpython/commit/a3875171d746f90f49adfcaa015525b20a3874d3 -- _

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
miss-islington added the comment: New changeset 44cd86bbdddb1f7b05deba2c1986a1e98f992429 by Miss Islington (bot) (Dong-hee Na) in branch 'master': bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) https://github.com/python/cpython/commit/44cd86bbdddb1f7b05deba2c1986a1e98f99242

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15193 pull_request: https://github.com/python/cpython/pull/15507 ___ Python tracker ___ __

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15194 pull_request: https://github.com/python/cpython/pull/15508 ___ Python tracker ___ __

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-25 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-25 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +15176 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15489 ___ Python tracker ___

[issue37805] json.dump(..., skipkeys=True) has no unit tests

2019-08-09 Thread Julian Berman
New submission from Julian Berman : Looks like there possibly are upstream tests that could be pulled in with modification: https://github.com/simplejson/simplejson/blob/00ed20da4c0e5f0396661f73482418651ff4d8c7/simplejson/tests/test_dump.py#L53-L66 (Found via https://bitbucket.org/pypy/pypy/