On Sat, Jan 29, 2011 at 5:34 AM, Michael Foord <[email protected]> wrote: > This module shouldn't really be documented at all. It exists to support the > Python test framework and we don't want to have to support users or make API > stability guarantees. Plus most of it is rather old. Please don't document > more stuff in this module.
As Eli noted, we explicitly disclaim all stability guarantees when it comes to this module. Documenting it properly is intended to make it easier to write high quality tests using the utilities we have developed over the years without having to read the source code. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
