Opened 13 years ago

Closed 13 years ago

#15357 closed (wontfix)

Duplicate pdb import in django/test/_doctest.py

Reported by: Miloslav Pojman Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (1)

comment:1 by Russell Keith-Magee, 13 years ago

Resolution: wontfix
Status: newclosed

Django's doctest.py is a copy of the version in Python itself, tweaked to add a feature that doesn't yet exist in Python (reported, but not followed up to push into trunk). Problems such as the one you have reported should be reported upstream.

Note: See TracTickets for help on using tickets.
Back to Top