@@ -279,7 +279,7 @@ visited by ``tp_traverse()`` are valid.
279279.. nonce: Xgc6F_
280280.. section: Core and Builtins
281281
282- Remove unecessary intersection and update set operation in dictview with
282+ Remove unnecessary intersection and update set operation in dictview with
283283empty set. (Contributed by Dong-hee Na in :issue: `38210 `.)
284284
285285..
@@ -868,7 +868,7 @@ Fix the :c:func:`PySys_Audit` call in :class:`mmap.mmap`.
868868.. nonce: WJkgKV
869869.. section: Core and Builtins
870870
871- Remove an unnecssary Py_XINCREF in classobject.c.
871+ Remove an unnecessary Py_XINCREF in classobject.c.
872872
873873..
874874
@@ -1224,7 +1224,7 @@ Anthony Sottile.
12241224.. nonce: cyq5nr
12251225.. section: Library
12261226
1227- Now :func: `~logging.config.fileConfig ` correcty sets the .name of handlers
1227+ Now :func: `~logging.config.fileConfig ` correctly sets the .name of handlers
12281228loaded.
12291229
12301230..
@@ -1637,7 +1637,7 @@ Preserve subclassing in inspect.Signature.from_callable.
16371637.. nonce: nHAbuJ
16381638.. section: Library
16391639
1640- Names of hashing algorithms frome OpenSSL are now normalized to follow
1640+ Names of hashing algorithms from OpenSSL are now normalized to follow
16411641Python's naming conventions. For example OpenSSL uses sha3-512 instead of
16421642sha3_512 or blake2b512 instead of blake2b.
16431643
@@ -2403,7 +2403,7 @@ Fixed comparisons of :class:`datetime.timedelta` and
24032403.. nonce: 7UV5d0
24042404.. section: Library
24052405
2406- Syncronize ``importlib.metadata `` with `importlib_metadata 0.19
2406+ Synchronize ``importlib.metadata `` with `importlib_metadata 0.19
24072407<https://gitlab.com/python-devs/importlib_metadata/-/milestones/20> `_,
24082408improving handling of EGG-INFO files and fixing a crash when entry point
24092409names contained colons.
@@ -3002,7 +3002,7 @@ on platforms with 16-bit :c:type:`wchar_t` (for example, Windows and AIX).
30023002
30033003 In a subinterpreter, spawning a daemon thread now raises an exception.
30043004Daemon threads were never supported in subinterpreters. Previously, the
3005- subinterpreter finalization crashed with a Pyton fatal error if a daemon
3005+ subinterpreter finalization crashed with a Python fatal error if a daemon
30063006thread was still running.
30073007
30083008..
@@ -3065,7 +3065,7 @@ internal tasks weak set is changed by another thread during iteration.
30653065.. section: Library
30663066
30673067:class: `_pyio.IOBase ` destructor now does nothing if getting the ``closed ``
3068- attribute fails to better mimick :class: `_io.IOBase ` finalizer.
3068+ attribute fails to better mimic :class: `_io.IOBase ` finalizer.
30693069
30703070..
30713071
@@ -4038,7 +4038,7 @@ crypto policies. Use PKCS#8 format with AES256 encryption instead.
40384038.. nonce: _x-9uH
40394039.. section: Tests
40404040
4041- test.support now has a helper function to check for availibility of a hash
4041+ test.support now has a helper function to check for availability of a hash
40424042digest function. Several tests are refactored avoid MD5 and use SHA256
40434043instead. Other tests are marked to use MD5 and skipped when MD5 is disabled.
40444044
0 commit comments