]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 51850 from release25-maint branch.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:18:06 +0000 (04:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:18:06 +0000 (04:18 +0000)
commit27d7e8dc64597e4fab7bc4f58dbae4c0071fe379
tree2db1dc04573b3ef727df471a95b4744e8a16ffb7
parent56b5458f43c0889b8c161cfc31d98de6b96a126a
Backport 51850 from release25-maint branch.

As mentioned on python-dev, reverting patch #1504333 because it introduced
an infinite loop in rev 47154.

This patch also adds a test to prevent the regression.
Lib/sgmllib.py
Lib/test/sgml_input.html [new file with mode: 0644]
Lib/test/test_sgmllib.py
Misc/NEWS