This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
455de40a6e
cpython
/
Lib
/
logging
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