This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-15 00:48:35 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9808f7362292cb4cd19e979ace3c18e0fcb14879
cpython
/
Lib
/
logging
T
History
Vinay Sajip
c2c62b13ce
Closes
#22646
: Accept list as well as tuple to support initialisation via dictConfig().
2014-10-17 08:52:20 +01:00
..
__init__.py
Closes
#20537
: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
2014-09-14 21:29:11 +01:00
config.py
Closes
#21203
: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch.
2014-04-15 14:24:53 +01:00
handlers.py
Issue
#22646
: Accept list as well as tuple to support initialisation via dictConfig().
2014-10-17 08:49:38 +01:00