[Python-Dev] Re: %#x/%#X format conversion patches for review

Tim Peters tim.one@comcast.net
Sun, 17 Feb 2002 01:19:12 -0500


[Andrew MacIntyre]
> Sorry, the correct patch URL is
> http://sf.net/tracker/?func=detail&aid=450267&group_id=5470&atid=305470

Thanks.  The changes to {string,unicode}object.c are decidedly non-scary.
Check 'em in if you like.  I think we're now officially at the point where
our code would be smaller and simpler if we implemented sprintf entirely by
ourselves instead of fighting platform sprintf quirks <0.5 wink>.