mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-07 15:42:04 +08:00
Helps Python 2 code using:
form __future__ import unicode_literals
On Python 2, these interfaces are compatible with both str and unicode.