[3.12] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)#109671
Merged
Yhg1s merged 1 commit intopython:3.12from Oct 2, 2023
Merged
[3.12] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)#109671Yhg1s merged 1 commit intopython:3.12from
Yhg1s merged 1 commit intopython:3.12from
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