[Patches] Fix for bug PR#341

Guido van Rossum guido@python.org
Tue, 30 May 2000 10:13:59 -0500


> Objects/stringobject.c:
> 
> Fix to avoid buffer overruns in %-formatting of integers.
> 
> Objects/unicodeobject.c:
> 
> Fix to avoid buffer overruns in %-formatting of integers.

Having read the patch and the discussion about magic numbers, I agree
with Marc-Andre: let's apply the quick fix now, worry about
correctness later.

--Guido van Rossum (home page: http://www.python.org/~guido/)