mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-02 21:38:20 +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