#19204: Python2-style exception syntax is still used in django.utils.unittest 
(and
should be updated)
--------------------------+---------------------------------------
     Reporter:  garrison  |                    Owner:  nobody
         Type:  Bug       |                   Status:  new
    Component:  Python 3  |                  Version:  1.5-alpha-1
     Severity:  Normal    |               Resolution:
     Keywords:  py3k      |             Triage Stage:  Accepted
    Has patch:  1         |      Needs documentation:  0
  Needs tests:  0         |  Patch needs improvement:  1
Easy pickings:  0         |                    UI/UX:  0
--------------------------+---------------------------------------
Changes (by ptone):

 * needs_better_patch:  0 => 1
 * type:  Uncategorized => Bug
 * component:  Testing framework => Python 3
 * stage:  Unreviewed => Accepted


Comment:

 We are not alone here

 https://github.com/kennethreitz/requests/issues/738

 I tried a really quick warnings.filterwarnings but didn't work on my first
 attempt, but I think that route may still bear fruit

 I agree that we should not be patching the vendored unittest here - this
 may be a bug in the way py3 packaging and the way it handles split
 projects with the bytecompiling done at install.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19204#comment:2>
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 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