Issues with type hints for urllib.parse.urldefrag
#2477
Labels
stubs: false negative
Type checkers do not report an error, but should
stubs: false positive
Type checkers report false errors
reveal_type(urldefrag(...)[1])
should retain the type of the input instead ofAny
reveal_type(urldefrag(...)[1])
should not be fixed asstr
; should beunicode
when a unicode input is providedurldefrag
should be updated to allow unicode inputThe text was updated successfully, but these errors were encountered: