Branch: refs/heads/stable/1.4.x
  Home:   https://github.com/django/django
  Commit: ce168bb8994b0a7e032166e63a8b1cec034694d6
      
https://github.com/django/django/commit/ce168bb8994b0a7e032166e63a8b1cec034694d6
  Author: Carl Meyer <c...@oddbird.net>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M django/utils/html_parser.py

  Log Message:
  -----------
  [1.4.x] Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.

The problem description in #18239 asserted that
http://bugs.python.org/issue670664 was fixed in Python 2.6.8, but based on
http://bugs.python.org/issue670664#msg146770 it appears that's not correct; the
fix was only applied in 2.7, 3.2, and Python trunk. Therefore we must use our
patched HTMLParser subclass in all Python 2.6 versions.

Backport of fcec904e4f from master. Fixes #19148.



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to