8000 Fix NEWS.d · python/cpython@18cdea5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18cdea5

Browse files
committed
Fix NEWS.d
1 parent 734db1e commit 18cdea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Misc/NEWS.d/3.8.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ none were collected.
2828
.. nonce: 9TWMlz
2929
.. section: Library
3030
31-
Revert GH-15522, which introduces a regression in
31+
Revert PR 15522, which introduces a regression in
3232
:meth:`mimetypes.guess_type` due to improper handling of filenames as urls.
3333

3434
..

Misc/NEWS.d/3.8.2rc2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Syntax errors raised in the tokenizer now always set correct "text" and
5454
.. section: Library
5555
5656
The original fix for bpo-27657, "Fix urlparse() with numeric paths"
57-
(GH-16839) included in 3.8.1, inadvertently introduced a behavior change
57+
(PR 16839) included in 3.8.1, inadvertently introduced a behavior change
5858
that broke several third-party packages relying on the original undefined
5959
parsing behavior. The change is reverted in 3.8.2, restoring the behavior of
6060
3.8.0 and earlier releases.

0 commit comments

Comments
 (0)
0