cpython/Lib/logging
Giampaolo Rodola' 0166a283f6 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 2013-02-12 15:14:17 +01:00
..
__init__.py Issue #9501: Merged fix from 3.3. 2013-01-15 17:57:18 +00:00
config.py Issue #16717: get rid of socket.error, replace with OSError 2012-12-18 23:10:48 +02:00
handlers.py modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 2013-02-12 15:14:17 +01:00