Skip to content

[3.12] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)#109671

Merged
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-d2879f2-3.12
Oct 2, 2023
Merged

[3.12] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)#109671
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-d2879f2-3.12

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Sep 21, 2023

In Python 2.7, the file was used by Lib/test/test_sgmllib.py to test
Lib/sgmllib.py. The sgmllib module and its tests have been removed in
Python 3.0.
(cherry picked from commit d2879f2)

Co-authored-by: Victor Stinner vstinner@python.org