Re: [Python-Dev] changing time.strftime() to accept 0s (was: User's complaints)

2006-07-11 Thread Anthony Baxter
Making strftime accept 0s is fine to be checked in, since it's a regression (an understandable one, but what the hell). Making it accept less than 9 items and have useful defaults should wait for 2.6 ___ Python-Dev mailing list Python-Dev@python.org htt

[Python-Dev] changing time.strftime() to accept 0s (was: User's complaints)

2006-07-11 Thread Brett Cannon
On 7/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Brett> That whole entry is a little overblown.Well, sure.  Think of it as a bug report with attitude. ;-)Brett> That was done to fix buffer overflow issues when libcBrett> implementations didn't do bound checks on the arguments to