#20913: django.utils.unittest is python 3 incompatable
----------------------------------+--------------------------------------
     Reporter:  plant2@…          |                    Owner:  nobody
         Type:  Bug               |                   Status:  closed
    Component:  Python 3          |                  Version:  1.5
     Severity:  Normal            |               Resolution:  invalid
     Keywords:  python3 unittest  |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------
Changes (by bmispelon):

 * 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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/073.59412b7663915161f4335bb43fe05ae7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to