Changeset 388 for python/vendor/current/Python/getversion.c
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Python/getversion.c
r2 r388 10 10 { 11 11 static char version[250]; 12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", 12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", 13 13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); 14 14 return version;
Note:
See TracChangeset
for help on using the changeset viewer.