Merge branch 'release-2.7.16' into 2.7

This commit is contained in:
Benjamin Peterson 2019-03-02 11:09:56 -08:00
commit d31b1ec4b6
2 changed files with 11 additions and 3 deletions

View File

@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 16
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.7.16rc1+"
#define PY_VERSION "2.7.16"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty

8
Misc/NEWS.d/2.7.16.rst Normal file
View File

@ -0,0 +1,8 @@
.. bpo: 32129
.. date: 2019-02-25-12-59-24
.. nonce: 4qVCzD
.. release date: 2019-03-02
.. section: IDLE
Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin
Walzer.