Django 1.5.1 on python 3.3.1
--
Ticket URL: <https://code.djangoproject.com/ticket/20913>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
Hi,
The `unittest` module shipped by django is a backport of the new
`unittest2` and is only there for compatibility with old python versions
[1].
Therefore, the code in there will only actually be used if you run a
python version older than 2.7 so python3 compatibility is not needed.
Thanks.
[1] https://docs.djangoproject.com/en/dev/releases/1.3/#unittest2-support
--
Ticket URL: <https://code.djangoproject.com/ticket/20913#comment:1>
Comment (by aaugustin):
For the same reasons, this backport was removed from Django when it
dropped support for Python 2.6.
--
Ticket URL: <https://code.djangoproject.com/ticket/20913#comment:2>