]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Wed, 10 Jun 2020 03:53:23 +0000 (00:53 -0300)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 03:53:23 +0000 (00:53 -0300)
commitbae872f1fe9b3a0d3e3b8800a2ac8d6b440d6e4d
treefd4309a200176079504eb535202ac2e685c11760
parent7aed0524d4129766a6032326949ef7f91f6f6dfc
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611)

* 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()

* Update Lib/test/support/interpreters.py

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
* Remove documentation (module is for internal use)

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/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]