mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-11 01:23:00 +08:00
The python3 charset stubs didn't include certain necessary module level constansts (like `QP`) and wrongly defined the arguments to some of the functions in the module. This is no longer the case. Fixes #2767