Opened 3 years ago
Closed 3 years ago
#4938 closed enhancement (fixed)
python-3.10.0
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit fa32551de1d77a763a247b4c704bd860a3d5c8a0
Package updates. Update to vim-8.2.3508. Update to tzdata-2021c. Update to Python-3.10.0. Update to Jinja2-3.0.2. Update to linux-5.14.12. Update to iana-etc-20211004. Update to bc-5.1.1. Update to automake-1.16.5.
Note:
See TracTickets
for help on using tickets.
What's New in Python 3.10.0 final?
*Release date: 2021-10-04*
Core and Builtins
Protocol.__init__
raisesRecursionError
when it's called directly or viasuper()
.Library
~shutil.copyfile
, :func:~shutil.copy
, :func:~shutil.copy2
raising :exc:FileNotFoundError
when source is a directory, which should raise :exc:IsADirectoryError
Documentation
difflib
. It was rendering twice in pydoc and was outdated in some places.collections.abc
documentation has been expanded to explicitly cover how instance and subclass checks work, with additional doctest examples and an exhaustive list of ABCs which test membership purely by presence of the right :term:special method
\s.Tests
test_multiprocessing_fork
failure due totest_logging
andsys.modules
manipulation.test_sysconfig.test_user_similar()
for the posix_user scheme:platlib
doesn't use :data:sys.platlibdir
.Build
IDLE
C API
_PyImport_FindExtensionObject
. It will be removed in Python 3.11.See tarfile::Python-3.10.0/Misc/NEWS for release candidate and beta changes (about 5000 lines of changes).