mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
* json: mark keyword-only args Technically only true for Python 3.6+, but I didn't feel like copying over the whole file just for Python 3.5. Let me know and I can. * json: remove encoding from loads This has been ignored and deprecated since 3.1 and will be removed in 3.9 It no longer even shows up in inspect.signature (in 3.8 it emits the deprecation warning based on kwargs) * json: update whitelists