mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +00:00
5c5eb5fea4
mark_safe and mark_for_escaping should have been kept similar. On Python 2 this change has no effect. On Python 3 it fixes the use case shown in the regression test for mark_for_escaping, which used to raise a TypeError. The regression test for mark_safe is just for completeness.