scrapy / w3lib

Python library of web-related functions
BSD 3-Clause "New" or "Revised" License
390 stars 104 forks source link

Typing improvements. #226

Closed wRAR closed 4 months ago

wRAR commented 4 months ago

This adds overloads to some functions where the return value can be inferred more precisely and also replaces all AnyStr hints with StrOrBytes.