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 pitrou
Recipients belopolsky, georg.brandl, jcea, lemburg, mark.dickinson, ncoghlan, pitrou
Date 2011-02-24.21:24:59
SpamBayes Score 9.0004405e-06
Marked as misclassified No
Message-id <1298582697.3722.7.camel@localhost.localdomain>
In-reply-to <AANLkTi=7zVzeZaHkUMRQnaQKgNhMV=FFGygBw7X+n1Yr@mail.gmail.com>
Content
> It seems appropriate to consult python-dev on this.  I thought
> ValueError was for values that are valid Python objects but out of
> acceptable range of the function.  Errors that can only be triggered
> in C code normally handled with either assert() or raise SystemError.
> I think you are splitting hairs too thin by distinguishing between
> stdlib and 3rd party extensions.

Hey, I'm not sure who's splitting hairs here... Nick was ok with the
initial patch and that was sufficient as far as I'm concerned, but you
can ask python-dev if you care.
History
Date User Action Args
2011-02-24 21:25:01pitrousetrecipients: + pitrou, lemburg, georg.brandl, jcea, mark.dickinson, ncoghlan, belopolsky
2011-02-24 21:24:59pitroulinkissue11286 messages
2011-02-24 21:24:59pitroucreate