#18727: Remove django.test._doctest
------------------------------------------------+------------------------
               Reporter:  aaugustin             |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Testing framework     |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 We have copied this module from the standard library and submitted the
 patch to Python's bug tracker six years ago:
 http://bugs.python.org/issue1521051

 Patching our copy to support both Python 2 and 3 increases severely the
 amount of changes from Python's version. It becomes much harder to apply
 upstream changes.

 Unfortunately the ticket is stuck, because the patch we provided didn't
 include tests. Even if tests were added and the patch was committed now,
 we'd have to deprecate all Pythons <= 3.3 before removing our copy and
 relying on the stdlib. This isn't going to happen in the next five years.

 Since Django moved away from using doctests, and as suggested by Russell
 two years ago in the tickets comments, we should deprecate our copy.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18727>
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