This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
mirror of
https://github.com/davidhalter/typeshed.git
synced
2026-08-30 19:46:57 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2,918
Commits
6
Branches
2
Tags
3fbebc78cbe550e903f0164936a5d6c43f262b7f
Commit Graph
1 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Martin DeMello
d0beab9b8e
Fix an argument to csv.DictReader() (
#3339
)
...
From the Lib/csv.py source, 'f' is passed directly to _csv.reader, which expects Iterable[Text]
2019-10-10 20:13:20 -07:00