Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
1a79785e
Unverified
Commit
1a79785e
authored
4 years ago
by
Łukasz Langa
Browse files
Options
Downloads
Patches
Plain Diff
Python 3.9.2
parent
13848875
Branches
Branches containing commit
Tags
v3.9.2
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Include/patchlevel.h
+3
-3
3 additions, 3 deletions
Include/patchlevel.h
Lib/pydoc_data/topics.py
+1
-1
1 addition, 1 deletion
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.9.2.rst
+7
-0
7 additions, 0 deletions
Misc/NEWS.d/3.9.2.rst
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
13 additions
and
6 deletions
Include/patchlevel.h
+
3
−
3
View file @
1a79785e
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
/* Version as a string */
#define PY_VERSION "3.9.2
rc1+
"
#define PY_VERSION "3.9.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
This diff is collapsed.
Click to expand it.
Lib/pydoc_data/topics.py
+
1
−
1
View file @
1a79785e
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on
Tue
Feb 1
6 21:03:59
2021
# Autogenerated by Sphinx on
Fri
Feb 1
9 13:29:38
2021
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
...
...
This diff is collapsed.
Click to expand it.
Misc/NEWS.d/
next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk
.rst
→
Misc/NEWS.d/
3.9.2
.rst
+
7
−
0
View file @
1a79785e
.. bpo: 43155
.. date: 2021-02-10-04-16-51
.. nonce: O1tURk
.. release date: 2021-02-19
.. section: Windows
:c:func:`PyCMethod_New` is now present in ``python3.lib``.
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
1a79785e
This is Python version 3.9.2
rc1
============================
===
This is Python version 3.9.2
============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
:alt: CPython build status on Travis CI
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment