mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-19 07:32:18 +08:00
3ae99d153b
Helps Python 2 code using:
form __future__ import unicode_literals
On Python 2, these interfaces are compatible with both str and unicode.