]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32604: PEP 554 for use in test suite (GH-19985)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Tue, 19 May 2020 17:20:38 +0000 (14:20 -0300)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 17:20:38 +0000 (14:20 -0300)
commit9d17cbf33df7cfb67ca0f37f6463ba5c18676641
treeb4f8f88fbddefa770cbe0c165bea1484450651ab
parentc105f7d8955ef9bf51125f6e44e8543e5f0618df
bpo-32604: PEP 554 for use in test suite (GH-19985)

* PEP 554 for use in test suite

* ðŸ“œðŸ¤– Added by blurb_it.

* Fix space

* Add doc to doc tree

* Move to modules doc tree

* Fix suspicious doc errors

* Fix test__all

* Docs docs docs

* Support isolated and fix wait

* Fix white space

* Remove undefined from __all__

* Fix recv and add exceptions

* Remove unused exceptions, fix pep 8 formatting errors and fix _NOT_SET in recv_nowait()

Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/support/interpreters.py [new file with mode: 0644]
Lib/test/support/interpreters.rst [new file with mode: 0644]
Lib/test/test_interpreters.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2020-05-07-22-00-12.bpo-39881.E1xsNv.rst [new file with mode: 0644]