Skip to content

Commit

Permalink
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)
Browse files Browse the repository at this point in the history
(cherry picked from commit a0157b5)
  • Loading branch information
serhiy-storchaka committed Apr 5, 2017
1 parent 0f9ceaf commit 846bd39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Misc/NEWS
Expand Up @@ -349,7 +349,7 @@ Library
- Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.

- Issue 28923: Remove editor artifacts from Tix.py.
- Issue #28923: Remove editor artifacts from Tix.py.

- Issue #28871: Fixed a crash when deallocate deep ElementTree.

Expand Down Expand Up @@ -472,7 +472,7 @@ Library

- Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().

- Issue #19003:m email.generator now replaces only \r and/or \n line
- Issue #19003:m email.generator now replaces only ``\r`` and/or ``\n`` line
endings, per the RFC, instead of all unicode line endings.

- Issue #28019: itertools.count() no longer rounds non-integer step in range
Expand All @@ -495,7 +495,7 @@ Library
- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
Patch by Claude Paroz.

- Issue #22450: urllib now includes an "Accept: */*" header among the
- Issue #22450: urllib now includes an ``Accept: */*`` header among the
default headers. This makes the results of REST API requests more
consistent and predictable especially when proxy servers are involved.

Expand All @@ -510,7 +510,7 @@ Library
characters, not on arbitrary unicode line breaks. This also fixes a bug in
HTTP header parsing.

- Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
- Issue #27988: Fix email iter_attachments incorrect mutation of payload list.

- Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
fields in X.509 certs.
Expand Down Expand Up @@ -961,7 +961,7 @@ Core and Builtins
cookie names.

- Issue #4806: Avoid masking the original TypeError exception when using star
(*) unpacking in function calls. Based on patch by Hagen Fürstenau and
(``*``) unpacking in function calls. Based on patch by Hagen Fürstenau and
Daniel Urban.

- Issue #27138: Fix the doc comment for FileFinder.find_spec().
Expand Down Expand Up @@ -1341,7 +1341,7 @@ Library
- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
option if it is safe to do so.

- Issue #26012: Don't traverse into symlinks for ** pattern in
- Issue #26012: Don't traverse into symlinks for ``**`` pattern in
pathlib.Path.[r]glob().

- Issue #24120: Ignore PermissionError when traversing a tree with
Expand Down Expand Up @@ -1751,7 +1751,7 @@ Library

- Issue #25584: Added "escape" to the __all__ list in the glob module.

- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
- Issue #25584: Fixed recursive glob() with patterns starting with ``**``.

- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.

Expand Down Expand Up @@ -3294,7 +3294,7 @@ Library

- Issue #23521: Corrected pure python implementation of timedelta division.

* Eliminated OverflowError from timedelta * float for some floats;
* Eliminated OverflowError from ``timedelta * float`` for some floats;
* Corrected rounding in timedlta true division.

- Issue #21619: Popen objects no longer leave a zombie after exit in the with
Expand Down Expand Up @@ -4093,7 +4093,7 @@ Library
character instead of truncating it. Based on patch by Victor Stinner.

- Issue #13968: The glob module now supports recursive search in
subdirectories using the "**" pattern.
subdirectories using the ``**`` pattern.

- Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
empty string or tuple argument.
Expand Down

0 comments on commit 846bd39

Please sign in to comment.