Skip to content

Commit

Permalink
Python 3.11.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Aug 5, 2022
1 parent d6cf9e4 commit 41cb071
Show file tree
Hide file tree
Showing 47 changed files with 442 additions and 88 deletions.
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1

/* Version as a string */
#define PY_VERSION "3.11.0b5+"
#define PY_VERSION "3.11.0rc1"
/*--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 Mon Jul 25 23:19:30 2022
# Autogenerated by Sphinx on Fri Aug 5 15:44:44 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
Expand Down
Loading

0 comments on commit 41cb071

Please sign in to comment.