> 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/)