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 04:54:47 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bf370b59088973ca58b304f70a8259f94e95b384
typeshed
/
stdlib
/
2and3
/
logging
History
Eric Traut
20b3b54460
Changed parameter name of several methods in logging module from 'lvl' to 'level' to match the implementation. Use in a keyword arg of 'lvl' results in runtime errors. (
#2840
)
2019-03-10 03:04:31 +01:00
..
__init__.pyi
Changed parameter name of several methods in logging module from 'lvl' to 'level' to match the implementation. Use in a keyword arg of 'lvl' results in runtime errors. (
#2840
)
2019-03-10 03:04:31 +01:00
config.pyi
Support PathLike arguments in the logging module. (
#2500
)
2018-10-01 20:13:37 -07:00
handlers.pyi
logging: inherit TimedRotatingFileHandler from Handler (
#2738
)
2019-01-17 13:54:59 +01:00