cpython/Lib/logging
2013-03-23 11:23:05 +00:00
..
__init__.py Issue #9501: Merged fix from 3.3. 2013-01-15 17:57:18 +00:00
config.py Closes #17521: Merged fix from 3.3. 2013-03-23 11:23:05 +00: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