Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d32a5c

Browse files
committed
Update the SOURCE_URI in pyspecific.py to point to the new branch
1 parent0e5fe7f commit8d32a5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎Doc/tools/extensions/pyspecific.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
ISSUE_URI='https://bugs.python.org/issue?@action=redirect&bpo=%s'
4747
GH_ISSUE_URI='https://github.com/python/cpython/issues/%s'
48-
SOURCE_URI='https://github.com/python/cpython/tree/main/%s'
48+
SOURCE_URI='https://github.com/python/cpython/tree/3.11/%s'
4949

5050
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
5151
fromdocutils.parsers.rst.statesimportBody

‎Include/patchlevel.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#definePY_MAJOR_VERSION 3
2020
#definePY_MINOR_VERSION 11
2121
#definePY_MICRO_VERSION 0
22-
#definePY_RELEASE_LEVELPY_RELEASE_LEVEL_ALPHA
23-
#definePY_RELEASE_SERIAL7
22+
#definePY_RELEASE_LEVELPY_RELEASE_LEVEL_BETA
23+
#definePY_RELEASE_SERIAL1
2424

2525
/* Version as a string */
26-
#definePY_VERSION "3.11.0a7+"
26+
#definePY_VERSION "3.11.0b1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

‎README.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.11.0alpha 7
2-
=====================================
1+
This is Python version 3.11.0beta 1
2+
====================================
33

44
..image::https://github.com/python/cpython/workflows/Tests/badge.svg
55
:alt:CPython build status on GitHub Actions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp