Skip to content

Commit

Permalink
Python 3.10.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Jul 10, 2021
1 parent 2a722d4 commit 2ba4b20
Show file tree
Hide file tree
Showing 47 changed files with 441 additions and 89 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_BETA
#define PY_RELEASE_SERIAL 3
#define PY_RELEASE_SERIAL 4

/* Version as a string */
#define PY_VERSION "3.10.0b3+"
#define PY_VERSION "3.10.0b4"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Thu Jun 17 11:28:07 2021
# Autogenerated by Sphinx on Sat Jul 10 01:50:39 2021
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
Expand Down
Loading

0 comments on commit 2ba4b20

Please sign in to comment.