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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
8df8ef97
Unverified
Commit
8df8ef97
authored
Jul 22, 2022
by
Terry Jan Reedy
Committed by
GitHub
Jul 22, 2022
Browse files
Options
Downloads
Patches
Plain Diff
gh-95112: Fix What's New 3.11 contribution note periods (#95115)
Some are missing, a few placed after the ')'.
parent
c944649f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/whatsnew/3.11.rst
+5
-5
5 additions, 5 deletions
Doc/whatsnew/3.11.rst
with
5 additions
and
5 deletions
Doc/whatsnew/3.11.rst
+
5
−
5
View file @
8df8ef97
...
@@ -546,7 +546,7 @@ inspect
...
@@ -546,7 +546,7 @@ inspect
line number, column and end column). The affected functions are:
line number, column and end column). The affected functions are:
:func:`inspect.getframeinfo`, :func:`inspect.getouterframes`, :func:`inspect.getinnerframes`,
:func:`inspect.getframeinfo`, :func:`inspect.getouterframes`, :func:`inspect.getinnerframes`,
:func:`inspect.stack` and :func:`inspect.trace`. (Contributed by Pablo Galindo in
:func:`inspect.stack` and :func:`inspect.trace`. (Contributed by Pablo Galindo in
:gh:`88116`)
:gh:`88116`
.
)
locale
locale
------
------
...
@@ -621,7 +621,7 @@ socket
...
@@ -621,7 +621,7 @@ socket
* :meth:`~socket.create_connection` has an option to raise, in case of
* :meth:`~socket.create_connection` has an option to raise, in case of
failure to connect, an :exc:`ExceptionGroup` containing all errors
failure to connect, an :exc:`ExceptionGroup` containing all errors
instead of only raising the last error.
instead of only raising the last error.
(Contributed by Irit Katriel in :issue:`29980`
)
.
(Contributed by Irit Katriel in :issue:`29980`.
)
sqlite3
sqlite3
-------
-------
...
@@ -671,7 +671,7 @@ sqlite3
...
@@ -671,7 +671,7 @@ sqlite3
* Add :meth:`~sqlite3.Connection.blobopen` to :class:`sqlite3.Connection`.
* Add :meth:`~sqlite3.Connection.blobopen` to :class:`sqlite3.Connection`.
:class:`sqlite3.Blob` allows incremental I/O operations on blobs.
:class:`sqlite3.Blob` allows incremental I/O operations on blobs.
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`)
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`
.
)
sys
sys
...
@@ -815,7 +815,7 @@ tkinter
...
@@ -815,7 +815,7 @@ tkinter
unicodedata
unicodedata
-----------
-----------
* The Unicode database has been updated to version 14.0.0. (:issue:`45190`).
* The Unicode database has been updated to version 14.0.0. (
Contributed by Benjamin Peterson in
:issue:`45190`).
unittest
unittest
...
@@ -1533,7 +1533,7 @@ Build Changes
...
@@ -1533,7 +1533,7 @@ Build Changes
* Freelists for object structs can now be disabled. A new :program:`configure`
* Freelists for object structs can now be disabled. A new :program:`configure`
option :option:`!--without-freelists` can be used to disable all freelists
option :option:`!--without-freelists` can be used to disable all freelists
except empty tuple singleton.
except empty tuple singleton.
(Contributed by Christian Heimes in :issue:`45522`)
(Contributed by Christian Heimes in :issue:`45522`
.
)
* ``Modules/Setup`` and ``Modules/makesetup`` have been improved and tied up.
* ``Modules/Setup`` and ``Modules/makesetup`` have been improved and tied up.
Extension modules can now be built through ``makesetup``. All except some
Extension modules can now be built through ``makesetup``. All except some
...
...
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