Uh oh!
There was an error while loading. Please reload this page.
gh-104773: PEP 594: Remove cgi and cgitb modules - #104775
Conversation
PR updated to fix the doc: |
7a4a015 to
7cbc500Comparevstinner
commented
May 23, 2023
Update: fix test_pyclbr. |
vstinner
commented
May 23, 2023
It seems like try:
fromhtmlimportescapeexceptImportError:
fromcgiimportescape |
vstinner
commented
May 23, 2023
Using Affected projects (91):
DetailsCode: |
c0001e7 to
734ae51Comparevstinner
commented
May 24, 2023
test_importlib modified the environment on the Ubuntu job. I wrote a fix for that: #104840 |
* Replace "cgi" with "!cgi" in the Sphinx documentation to avoid warnings on broken references. * test_pyclbr no longer tests the cgi module.
vstinner
commented
May 24, 2023
I re-ran the Ubuntu job and test_importlib failed again.
I merged the test_importlib fix. I rebased my PR on top of it. |
vstinner
commented
May 24, 2023
Bye bye cgi! I added instructions on how to port existing code. |
vstinner
commented
May 31, 2023
@JulienPalard: Oh, I'm surprising that sphinx-lint missing this typo: |
test_pyclbr no longer tests the cgi module.
📚 Documentation preview 📚: https://cpython-previews--104775.org.readthedocs.build/