diff options
| author | Eric Smith <eric@trueblade.com> | 2008-05-30 18:10:04 (GMT) |
|---|---|---|
| committer | Eric Smith <eric@trueblade.com> | 2008-05-30 18:10:04 (GMT) |
| commit | dc13b79a384691ed966f760a58d73a1b835e7d6b (patch) | |
| tree | 40aa36feea2e0ee23f41801a8959990914e3fc71 /Include/formatter_string.h | |
| parent | 30fadc17990baf4005081d2cdcb8d3adc9c45a7a (diff) | |
| download | cpython-dc13b79a384691ed966f760a58d73a1b835e7d6b.zip cpython-dc13b79a384691ed966f760a58d73a1b835e7d6b.tar.gz cpython-dc13b79a384691ed966f760a58d73a1b835e7d6b.tar.bz2 | |
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
Diffstat (limited to 'Include/formatter_string.h')
| -rw-r--r-- | Include/formatter_string.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Include/formatter_string.h b/Include/formatter_string.h deleted file mode 100644 index 14c4811..0000000 --- a/Include/formatter_string.h +++ /dev/null @@ -1,12 +0,0 @@ -PyObject * -string__format__(PyObject *self, PyObject *args); - -PyObject * -string_long__format__(PyObject *self, PyObject *args); - -PyObject * -string_int__format__(PyObject *self, PyObject *args); - -PyObject * -string_float__format__(PyObject *self, PyObject *args); - |
