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 eric.araujo
Recipients benjamin.peterson, eric.araujo, gvanrossum, rhettinger, stutzbach, terry.reedy
Date 2010-09-03.20:14:55
SpamBayes Score 0.0026992625
Marked as misclassified No
Message-id <1283544896.49.0.851949832352.issue9731@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to propose the name check_methods, but then I thought that some people could read too much in that name, for example that arguments and return value are checked for correct type and value (see how Web people misunderstand “HTML validation”). That said, “check” promises less than “validate”, and ABCs being a middle-to-advanced topic, we could trust people using this method to read the docstring and not expect too much.
History
Date User Action Args
2010-09-03 20:14:56eric.araujosetrecipients: + eric.araujo, gvanrossum, rhettinger, terry.reedy, benjamin.peterson, stutzbach
2010-09-03 20:14:56eric.araujosetmessageid: <1283544896.49.0.851949832352.issue9731@psf.upfronthosting.co.za>
2010-09-03 20:14:55eric.araujolinkissue9731 messages
2010-09-03 20:14:55eric.araujocreate