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-08 13:04:46 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c879ff05aac14e15a5e3982c0975ae7ab341fd60
typeshed
/
stdlib
History
Eric Traut
c879ff05aa
Changed type of fieldname parameter in DictWriter __init__ method from Sequence[str] to Iterable[str]. This allows it to work with the following code: (
#3253
)
2019-09-23 18:24:45 +02:00
..
2
Copy a better definition of abstractmethod from 3/abc to 2/abc. (
#3242
)
2019-09-18 11:04:53 +02:00
2and3
Changed type of fieldname parameter in DictWriter __init__ method from Sequence[str] to Iterable[str]. This allows it to work with the following code: (
#3253
)
2019-09-23 18:24:45 +02:00
3
Make the type of
timeout
Optional[float] everywhere in subprocess. (
#3241
)
2019-09-18 11:05:49 +02:00
3.6
Make some arguments in secrets module optional (
#1929
)
2018-02-27 10:52:21 -08:00
3.7
Make dataclasses.Field.metadata non-optional (
#3094
)
2019-06-28 18:28:50 -07:00