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 christian.heimes
Recipients alexandre.vassalotti, brett.cannon, christian.heimes, gvanrossum
Date 2007-10-26.00:00:48
SpamBayes Score 0.015697112
Marked as misclassified No
Message-id <47212E2A.1080902@cheimes.de>
In-reply-to <1193356119.1.0.70757769402.issue1302@psf.upfronthosting.co.za>
Content
Guido van Rossum wrote:
> Guido van Rossum added the comment:
> 
> Committed revision 58659.
> 
> I'm sorry I confused you; I was fine with the version that has char
> lower[N] but I wanted you to not repeat N-1 later in the code. See what
> I checked in. :-)

I still don't understand why you are using (sizeof lower) - 2 and what
&lower[(sizeof lower) - 2] returns. Is it the memory address of lower[17]?
History
Date User Action Args
2007-10-26 00:00:48christian.heimessetspambayes_score: 0.0156971 -> 0.015697112
recipients: + christian.heimes, gvanrossum, brett.cannon, alexandre.vassalotti
2007-10-26 00:00:48christian.heimeslinkissue1302 messages
2007-10-26 00:00:48christian.heimescreate