comparison src/version.c @ 4597:00eecb2f8e3e v7.3.1046

updated for version 7.3.1046 Problem: Python: Using Py_BuildValue for building strings. Solution: Python patch 7 and 7.5: Replace Py_BuildValue with PyString_FromString. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:26:18 +0200
parents 29b2be2bba0d
children 89bec74fd793
comparison
equal deleted inserted replaced
4596:baf9bfa3df3d 4597:00eecb2f8e3e
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1046,
731 /**/ 733 /**/
732 1045, 734 1045,
733 /**/ 735 /**/
734 1044, 736 1044,
735 /**/ 737 /**/