]> granicus.if.org Git - python/commit
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
authorEric Smith <eric@trueblade.com>
Fri, 30 May 2008 18:10:19 +0000 (18:10 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 30 May 2008 18:10:19 +0000 (18:10 +0000)
commit4a7d76ddb51422e2adb0fb56afa5b82162837e52
tree266a1c326d040ce45be22c4c785edec2f7f67f02
parenteb2c964aeb0ab0e3e01560c955cab95f8e3b92c2
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
Include/floatobject.h
Include/formatter_unicode.h [deleted file]
Include/longobject.h
Include/unicodeobject.h
Makefile.pre.in
Objects/floatobject.c
Objects/longobject.c
Objects/stringlib/formatter.h
Objects/unicodeobject.c
Python/formatter_unicode.c