This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author purcell
Recipients pitrou, purcell, vdupras
Date 2008-02-21.19:27:42
SpamBayes Score 0.0010088597
Marked as misclassified No
Message-id <1203622065.0.0.876316385306.issue2153@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Virgil; thanks for stepping up to this.  Backward compatibility was 
largely for the sake of compatibility with Jython, which was always 
lagging far behind CPython.  I doubt it's a concern these days, and the 
unittest.py in the Python source repository should probably always be 
implemented in the nicest, cleanest way possible with the latest 
CPython.

Your changes look good to me, except for the KeyboardInterrupt one -- 
unless the way Ctrl-C is handled by Python has changed in the last 
couple of years, changing this "except:" clause will stop the text-mode 
test runner from being interruptible.  Admittedly the TextTestRunner 
should somehow be given an opportunity to detect Ctrl-C in order to stop 
when asked, but this diff does not allow for that.
History
Date User Action Args
2008-02-21 19:27:45purcellsetspambayes_score: 0.00100886 -> 0.0010088597
recipients: + purcell, pitrou, vdupras
2008-02-21 19:27:45purcellsetspambayes_score: 0.00100886 -> 0.00100886
messageid: <1203622065.0.0.876316385306.issue2153@psf.upfronthosting.co.za>
2008-02-21 19:27:43purcelllinkissue2153 messages
2008-02-21 19:27:42purcellcreate