#22338: test_dict_translation seems to fails with Django 1.6.1, python 3.4 on
Fedora
---------------------------+--------------------------------------
     Reporter:  anonymous  |                    Owner:  nobody
         Type:  Bug        |                   Status:  new
    Component:  Python 3   |                  Version:  1.6
     Severity:  Normal     |               Resolution:
     Keywords:             |             Triage Stage:  Unreviewed
    Has patch:  0          |      Needs documentation:  0
  Needs tests:  0          |  Patch needs improvement:  0
Easy pickings:  0          |                    UI/UX:  0
---------------------------+--------------------------------------
Changes (by timo):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I don't think 1.6 is going to support 3.4. Do you get the same error on
 master and/or 1.7? I can't reproduce it with Python 3.4.0 on any of those
 branches, but I imagine it probably has to do with undefined ordering of
 dictionary key iteration and could be fixed by changing `list` to `sorted`
 in the assertion.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22338#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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.aef7fb4fec15ec62f4764568ec0c6c8e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to