Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
Attempting to retrieve documentation for theurlsplit function mostly works as expected, but the first line is confusing and appears to originate from a caching wrapper applied to the function (not relevant to usage documentation).
Python3.12.4 (main,Jul152024,12:17:32) [GCC13.3.0]onlinuxType"help","copyright","credits"or"license"formoreinformation.>>>fromurllib.parseimporturlsplit>>>help(urlsplit)Helpon_lru_cache_wrapperinmoduleurllib.parse:urlsplit(url,scheme='',allow_fragments=True)...
Note: there is some existing mention of this (help and the interaction with the@lru_cache wrapper) in#88169 - if my report is a dup/invalid, please feel free to close this.
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Edit: fixup: add missing statement from interpreter session.