@@ -168,7 +168,7 @@ Core and Builtins
168168- Issue #24806: Prevent builtin types that are not allowed to be subclassed from
169169  being subclassed through multiple inheritance.
170170
171- - Issue #24848: Fixed a number of bugs in UTF-7 decoding of misformed  data.
171+ - Issue #24848: Fixed a number of bugs in UTF-7 decoding of malformed  data.
172172
173173- Issue #25280: Import trace messages emitted in verbose (-v) mode are no
174174  longer formatted twice.
@@ -1714,7 +1714,7 @@ IDLE
17141714  move version to end.
17151715
17161716- Issue #14105: Idle debugger breakpoints no longer disappear
1717-   when inseting  or deleting lines.
1717+   when inserting  or deleting lines.
17181718
17191719- Issue #17172: Turtledemo can now be run from Idle.
17201720  Currently, the entry is on the Help menu, but it may move to Run.
@@ -11919,7 +11919,7 @@ Core and Builtins
1191911919  with a non-empty format string.  This is an effort to future-proof user
1192011920  code. If a derived class does not currently implement __format__ but later
1192111921  adds its own __format__, it would most likely break user code that had
11922-   supplied a format string.  This will be changed to a DeprecationWaring  in
11922+   supplied a format string.  This will be changed to a DeprecationWarning  in
1192311923  Python 3.3 and it will be an error in Python 3.4.
1192411924
1192511925- Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
@@ -14964,7 +14964,7 @@ Library
1496414964  whitespace.
1496514965
1496614966- Issue #5940: distutils.command.build_clib.check_library_list was not doing
14967-   the right type checkings  anymore.
14967+   the right type checks  anymore.
1496814968
1496914969- Issue #4875: On win32, ctypes.util.find_library does no longer
1497014970  return directories.
@@ -16950,7 +16950,7 @@ Core and Builtins
1695016950
1695116951- Patch #1953: Added ``sys._compact_freelists()`` and the C API
1695216952  functions ``PyInt_CompactFreeList`` and ``PyFloat_CompactFreeList``
16953-   to compact the internal free lists of pre-allocted  ints and floats.
16953+   to compact the internal free lists of pre-allocated  ints and floats.
1695416954
1695516955- Bug #1983: Fixed return type of fork(), fork1() and forkpty() calls.
1695616956  Python expected the return type int but the fork familie returns
@@ -32457,7 +32457,7 @@ you can have a single shared library that defines multiple modules.
3245732457(SunOS / SVR4 style shared libraries only.)
3245832458
3245932459Jim Fulton's ``abstract object interface'' has been incorporated into
32460- the run-time API.  For more detailes , read the files
32460+ the run-time API.  For more details , read the files
3246132461"Include/abstract.h" and "Objects/abstract.c".
3246232462
3246332463The Macintosh version is much more robust now.
@@ -33372,7 +33372,7 @@ manner.
3337233372when deallocated.
3337333373
3337433374* There is a compile-time option to cache a string's hash function,
33375- but this appeared to have a negligeable  effect, and as it costs 4
33375+ but this appeared to have a negligible  effect, and as it costs 4
3337633376bytes per string it is disabled by default.
3337733377
3337833378
0 commit comments