Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Python/formatter_unicode.c

    r2 r391  
    33
    44#include "Python.h"
     5
     6#ifdef Py_USING_UNICODE
     7
    58#include "../Objects/stringlib/unicodedefs.h"
    69
    710#define FORMAT_STRING _PyUnicode_FormatAdvanced
    811
    9 /* don't define FORMAT_LONG and FORMAT_FLOAT, since we can live
    10    with 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. */
    1215
    1316#include "../Objects/stringlib/formatter.h"
     17
     18#endif
Note: See TracChangeset for help on using the changeset viewer.