Raymond Hettinger added the comment:

>  My ultimate goal along those lines is to eradicate
> support.run_unittest, and this is a step in that direction.
>
>I think there's enough support here to skip python-dev :).

Not really.  There is support here for using unittest.main() whereever it fits 
and cleans-up the code.  That is not the same as saying we can eliminate 
support.run_unittest().  That is likely a more thorny issue and may affect 
users outside the standard library.

> @Raymond: May I ask why you removed 3.4 from versions?

Because we don't backport this sort of change.  The ship for version 3.4 has 
sailed.  There's no point in rewriting history for something that isn't a bug 
fix, documentation fix, or performance regression.  Also, who knows who is 
already relying on the current setup and would have their code broken in the 
next micro-release.   (Second law of time travel: the past is infinitely 
fragile and the future is infinitely mallable)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to