Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Python/getversion.c

    r2 r388  
    1010{
    1111        static char version[250];
    12         PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", 
     12        PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
    1313                      PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
    1414        return version;
Note: See TracChangeset for help on using the changeset viewer.