Merge branch 'release-2.7.16' into 2.7
This commit is contained in:
commit
d31b1ec4b6
|
@ -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
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue