Skip to content

Commit 2c9848a

Browse files
committed
use repr=, remove NEWS
1 parent 32afa01 commit 2c9848a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/urllib/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def _hostinfo(self):
277277
return hostname, port
278278

279279

280-
_UNSPECIFIED = sentinel("_UNSPECIFIED")
280+
_UNSPECIFIED = sentinel("_UNSPECIFIED", repr="<not specified>")
281281
_MISSING_AS_NONE_DEFAULT = False
282282

283283
class _ResultBase:

Misc/NEWS.d/next/Library/2026-05-09-10-50-00.gh-issue-149083.56s2W-.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)