Skip to content

Commit

Permalink
Python 3.8.7rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Dec 7, 2020
1 parent a4e7d5f commit e320109
Show file tree
Hide file tree
Showing 73 changed files with 1,419 additions and 684 deletions.
8 changes: 4 additions & 4 deletions Include/patchlevel.h
Expand Up @@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1

/* Version as a string */
#define PY_VERSION "3.8.6+"
#define PY_VERSION "3.8.7rc1"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
1,258 changes: 717 additions & 541 deletions Lib/pydoc_data/topics.py

Large diffs are not rendered by default.

0 comments on commit e320109

Please sign in to comment.