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 loewis
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond, ocean-city
Date 2009-02-02.21:33:30
SpamBayes Score 1.1990691e-07
Marked as misclassified No
Message-id <498766A8.8080204@v.loewis.de>
In-reply-to <1233594121.74.0.204194688617.issue4804@psf.upfronthosting.co.za>
Content
> I'm not sure which way is the best

I think that is easy to answer: Python should validate all parameters,
and report ValueError if any of the parameters would otherwise be
rejected by the CRT. Then, we could leave assertions on, and would never
trigger them.
History
Date User Action Args
2009-02-02 21:33:31loewissetrecipients: + loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson, ocean-city
2009-02-02 21:33:30loewislinkissue4804 messages
2009-02-02 21:33:30loewiscreate