commit | 9087b7f83b2e2fb8eaee899a9b6d6f0646bd3aa1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 18 07:53:01 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun May 18 07:53:01 2008 +0000 |
tree | 65afd9f3376da8395e950eb84d0f3e25e787a3c8 | |
parent | bf93b0470affd720a603805eb00c917a9bc39cc9 [diff] |
Merged revisions 63438 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63438 | georg.brandl | 2008-05-17 23:54:03 +0200 (Sat, 17 May 2008) | 3 lines Rename html.parser file, and split html.entities from htmllib to ease removal of the latter in Py3k. ........