mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
622e744f3e
* Extract WSGIEnvironment in wsgiref.types * Change value type of WSGIEnvironment to Any Per PEP 3333, a WSGI environment can contain anything, not just strings.