This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
You've already forked typeshed
mirror of
https://github.com/davidhalter/typeshed.git
synced
2025-12-07 20:54:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0beab9b8ee75435258a2e41e88571d70d88a8b2
typeshed
/
stdlib
History
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
..
2
Mark some urllib.parse return fields optional (
#3332
)
2019-10-09 19:38:59 +02:00
2and3
Fix an argument to csv.DictReader() (
#3339
)
2019-10-10 20:13:20 -07:00
3
message.pyi: Change HeaderType to Any (
#2924
)
2019-10-10 12:24:44 +02:00
3.6
Make some arguments in secrets module optional (
#1929
)
2018-02-27 10:52:21 -08:00
3.7
Remove a bunch of unused imports (
#3323
)
2019-10-08 07:59:32 -07:00