Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b1fa72a5
Commit
b1fa72a5
authored
Oct 18, 2019
by
Jero Bado
Committed by
Serhiy Storchaka
Oct 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typos in What's New in Python 3.8. (GH-16770)
Added periods at the end of the sentences.
parent
93b81e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.8.rst
+4
-4
No files found.
Doc/whatsnew/3.8.rst
View file @
b1fa72a5
...
...
@@ -805,7 +805,7 @@ numbers::
>>> math.prod(likelihoods, start=prior)
0.126
(Contributed by Pablo Galindo in :issue:`35606`)
(Contributed by Pablo Galindo in :issue:`35606`
.
)
Added new function :func:`math.isqrt` for computing integer square roots.
(Contributed by Mark Dickinson in :issue:`36887`.)
...
...
@@ -911,12 +911,12 @@ pickle
Reduction methods can now include a 6th item in the tuple they return. This
item should specify a custom state-setting method that's called instead of the
regular ``__setstate__`` method.
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`)
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`
.
)
:mod:`pickle` extensions subclassing the C-optimized :class:`~pickle.Pickler`
can now override the pickling logic of functions and classes by defining the
special :meth:`~pickle.Pickler.reducer_override` method.
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`)
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`
.
)
plistlib
...
...
@@ -1276,7 +1276,7 @@ Optimizations
* Removed one ``Py_ssize_t`` member from ``PyGC_Head``. All GC tracked
objects (e.g. tuple, list, dict) size is reduced 4 or 8 bytes.
(Contributed by Inada Naoki in :issue:`33597`)
(Contributed by Inada Naoki in :issue:`33597`
.
)
* :class:`uuid.UUID` now uses ``__slots__`` to reduce its memory footprint.
(Contributed by Wouter Bolsterlee and Tal Einat in :issue:`30977`)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment