mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 00:34:04 +08:00
86070643ac
* DictReader should not be abstract. Reformat long lines. * Make restval optional for DictWriter.__init__. * The arg to reader() is *Iterable*, not *Iterator*. * Improve signature of float() (use Union instead of overload).