Skip to content

Commit

Permalink
Python 3.10.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Nov 3, 2020
1 parent 9568622 commit 114ee5d
Show file tree
Hide file tree
Showing 93 changed files with 1,047 additions and 255 deletions.
4 changes: 2 additions & 2 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_SERIAL 2

/* Version as a string */
#define PY_VERSION "3.10.0a1+"
#define PY_VERSION "3.10.0a2"
/*--end constants--*/

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

Large diffs are not rendered by default.

Loading

0 comments on commit 114ee5d

Please sign in to comment.