mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-16 08:06:46 +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