]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forward port of 51850 from release25-maint branch.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:24:09 +0000 (04:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:24:09 +0000 (04:24 +0000)
commitbcc119a22ca98facc80e7350b3ffca3335c9d288
tree01e60cdc702c9b36dd9cdb437b12a5a349bd3a40
parentca2ca79d23645eb2ee457f64506d05f232c673c9
Forward port of 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