]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 7 Nov 2011 18:43:05 +0000 (19:43 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 7 Nov 2011 18:43:05 +0000 (19:43 +0100)
commit5252f9faee97573f5b8ff37d7c22225e5df6cc0b
tree780ab582475f423f45005bb673623e3e007e7716
parent1cdbf57c7cabaa0451cfcf04583f31c9a7eab38d
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests.
Lib/logging/__init__.py
Lib/logging/config.py
Lib/logging/handlers.py
Lib/test/test_logging.py