cpython/Lib/logging
Gregory P. Smith 64707923be Issue21709: Call os.path.normcase when setting _srcfile for compatibility
with what findCaller() does when running on non-POSIX platforms.

(alternatively: the normcase calls in both places could be eliminated, but that
touches more code and that refactoring hasn't even been done in 3 yet...)
2015-10-22 13:12:20 -07:00
..
__init__.py Issue21709: Call os.path.normcase when setting _srcfile for compatibility 2015-10-22 13:12:20 -07:00
config.py Issue #20558: Improved implementation of error handling. 2014-02-11 11:32:40 +00:00
handlers.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00