mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-31 21:20:23 +08:00
* 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).