Claude Paroz
|
5c79dd5865
|
Fixed #18239 -- Subclassed HTMLParser only for selected Python versions
Only Python versions affected by http://bugs.python.org/issue670664
should patch HTMLParser.
Thanks Raphaël Hertzog for the initial patch (for 1.4).
|
2012-08-16 21:03:11 +02:00 |
Aymeric Augustin
|
ca07fda2ef
|
[py3] Switched to Python 3-compatible imports.
xrange/range will be dealt with in a separate commit due to the huge
number of changes.
|
2012-07-22 09:29:56 +02:00 |
Florian Apolloner
|
6bc1b22299
|
Fixed our HTMLParser patches for python 2.7.4
|
2012-06-22 15:09:26 +02:00 |
Carl Meyer
|
98a1e14e09
|
Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to avoid shadowing stdlib HTMLParser in rare case-sensitivity situations. Thanks un33k for the report and gldnspud for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-01 16:09:01 +00:00 |