This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35eeb30adf4e01fa20cd95da1e4d4f80a4d1cd1d
cpython
/
Lib
/
logging
History
Giampaolo Rodola'
35eeb30adf
logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function
2012-10-15 16:57:37 +02:00
..
__init__.py
Issue
#16141
: replaced old-style exception handling code in logging with the modern idiom.
2012-10-09 08:06:13 +01:00
config.py
Closes
#16110
: fileConfig now accepts a pre-initialised ConfigParser instance.
2012-10-09 09:06:03 +01:00
handlers.py
logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function
2012-10-15 16:57:37 +02:00