On Sat, Jan 29, 2011 at 5:34 AM, Michael Foord
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 stu
>> I'm working on improving the .rst documentation of test.support (Issue
>> 11015), and came upon the undocumented "fcmp" function that's being
>> exported from test.support, along with a "FUZZ"constant.
>>
The documentation of the test module clearly states right at the top:
""
Note
The test p
On 28/01/2011 04:55, Eli Bendersky wrote:
I'm working on improving the .rst documentation of test.support (Issue
11015), and came upon the undocumented "fcmp" function that's being
exported from test.support, along with a "FUZZ"constant.
This module shouldn't really be documented at all. It ex
On Jan 28, 2011, at 10:09 AM, Brett Cannon wrote:
> On Thu, Jan 27, 2011 at 20:55, Eli Bendersky wrote:
>> I'm working on improving the .rst documentation of test.support (Issue
>> 11015), and came upon the undocumented "fcmp" function that's being
>> exported from test.support, along with a "FU
On Thu, Jan 27, 2011 at 20:55, Eli Bendersky wrote:
> I'm working on improving the .rst documentation of test.support (Issue
> 11015), and came upon the undocumented "fcmp" function that's being
> exported from test.support, along with a "FUZZ"constant.
>
> As I search through the tests (py3k trun