Documentation for URL class looks outdated (wrong types, non-existent properties) #1930
Unanswered
tlongeri
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Documentation (docs/api.md) has the wrong types for the following properties:
port
(hasint
instead oftyping.Optional[int]
),query
(hasstr
instead ofbytes
),raw_path
(hasstr
instead ofbytes
)Documentation mentions the following non-existent properties:
authority
,is_ssl
Documentation is missing the following properties:
raw_scheme
,userinfo
,username
,password
,raw_host
,netloc
,params
,raw
Beta Was this translation helpful? Give feedback.
All reactions