[Python-checkins] r51438 - in python/branches/p3yk: Doc/api/abstract.tex Doc/api/concrete.tex Doc/api/exceptions.tex Doc/api/init.tex Doc/api/intro.tex Doc/api/newtypes.tex Doc/commontex/boilerplate.tex Doc/dist/dist.tex Doc/lib/libctypes.tex Doc

Thomas Wouters thomas at python.org
Tue Aug 22 15:41:46 CEST 2006


On 8/22/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
>
> The error argument for PyNumber_AsSsize_t is only used for
> overflow handling (that's why it's always either IndexError or
> OverflowError
> in the core). The TypeError for non-integers (like 1.0) is raised
> separately
> (even if you set the error argument to NULL to request clipping).


Thanks, fixed.

-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20060822/b0539b05/attachment.htm 


More information about the Python-checkins mailing list