Message269964
Docs currently say that urllib.parse.SplitResult is a subclass of tuple, without saying that it is namedtuple. What do you think about documenting it as a namedtuple? It has an useful _replace method which allows to change some part of URL before passing it to urlunsplit.
It may also require updating typeshed - I noticed this issue because mypy shows an error when SplitResult._replace is used. |
|
Date |
User |
Action |
Args |
2016-07-07 23:42:36 | kmike | set | recipients:
+ kmike |
2016-07-07 23:42:36 | kmike | set | messageid: <1467934956.52.0.328129985005.issue27464@psf.upfronthosting.co.za> |
2016-07-07 23:42:36 | kmike | link | issue27464 messages |
2016-07-07 23:42:36 | kmike | create | |
|