@@ -728,8 +728,8 @@ Fixed a number of bugs in UTF-7 decoding of misformed data.
728728.. section: Core and Builtins
729729
730730 The UTF-8 encoder is now up to 75 times as fast for error handlers:
731- ``ignore ``, ``replace ``, ``surrogateescape ``, ``surrogatepass ``. Patch co-
732- written with Serhiy Storchaka.
731+ ``ignore ``, ``replace ``, ``surrogateescape ``, ``surrogatepass ``. Patch
732+ co- written with Serhiy Storchaka.
733733
734734..
735735
@@ -761,8 +761,8 @@ by Serhiy Storchaka.
761761
762762 On Solaris 11.3 or newer, os.urandom() now uses the getrandom() function
763763instead of the getentropy() function. The getentropy() function is blocking
764- to generate very good quality entropy, os.urandom() doesn't need such high-
765- quality entropy.
764+ to generate very good quality entropy, os.urandom() doesn't need such
765+ high- quality entropy.
766766
767767..
768768
@@ -891,9 +891,9 @@ string. Original fix by Ján Janech.
891891.. section: Library
892892
893893 The "urllib.request" module now percent-encodes non-ASCII bytes found in
894- redirect target URLs. Some servers send Location header fields with non-
895- ASCII bytes, but "http.client" requires the request target to be ASCII-
896- encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
894+ redirect target URLs. Some servers send Location header fields with
895+ non- ASCII bytes, but "http.client" requires the request target to be
896+ ASCII- encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
897897Christian Heimes.
898898
899899..
@@ -3328,10 +3328,10 @@ them a 'sheet'. Patch by Mark Roseman.
33283328.. nonce: -j_BV7
33293329.. section: IDLE
33303330
3331- Enhance the initial html viewer now used for Idle Help. * Properly indent
3332- fixed-pitch text (patch by Mark Roseman). * Give code snippet a very Sphinx-
3333- like light blueish-gray background. * Re-use initial width and height set by
3334- users for shell and editor. * When the Table of Contents (TOC) menu is used,
3331+ Enhance the initial html viewer now used for Idle Help. Properly indent
3332+ fixed-pitch text (patch by Mark Roseman). Give code snippet a very
3333+ Sphinx- like light blueish-gray background. Re-use initial width and height set by
3334+ users for shell and editor. When the Table of Contents (TOC) menu is used,
33353335put the section header at the top of the screen.
33363336
33373337..
@@ -3651,8 +3651,8 @@ particular on Android). Patch by Chi Hsuan Yen.
36513651.. nonce: HDjM4s
36523652.. section: Build
36533653
3654- Disable the rules for running _freeze_importlib and pgen when cross-
3655- compiling. The output of these programs is normally saved with the source
3654+ Disable the rules for running _freeze_importlib and pgen when
3655+ cross- compiling. The output of these programs is normally saved with the source
36563656code anyway, and is still regenerated when doing a native build. Patch by
36573657Xavier de Gaye.
36583658
0 commit comments