Changeset 391 for python/trunk/Python/formatter_unicode.c
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Python/formatter_unicode.c
r2 r391 3 3 4 4 #include "Python.h" 5 6 #ifdef Py_USING_UNICODE 7 5 8 #include "../Objects/stringlib/unicodedefs.h" 6 9 7 10 #define FORMAT_STRING _PyUnicode_FormatAdvanced 8 11 9 /* don't define FORMAT_LONG and FORMAT_FLOAT, since we can live10 w ith only the string versions of those. The builtin format()11 will convert them to unicode. */12 /* don't define FORMAT_LONG, FORMAT_FLOAT, and FORMAT_COMPLEX, since 13 we can live with only the string versions of those. The builtin 14 format() will convert them to unicode. */ 12 15 13 16 #include "../Objects/stringlib/formatter.h" 17 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.