~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Include/formatter_string.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PyObject *
2
 
string__format__(PyObject *self, PyObject *args);
3
 
 
4
 
PyObject *
5
 
string_long__format__(PyObject *self, PyObject *args);
6
 
 
7
 
PyObject *
8
 
string_int__format__(PyObject *self, PyObject *args);
9
 
 
10
 
PyObject *
11
 
string_float__format__(PyObject *self, PyObject *args);
12