]> granicus.if.org Git - python/commit
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Oct 2013 21:36:56 +0000 (23:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Oct 2013 21:36:56 +0000 (23:36 +0200)
commita5cd255a7cb15c7920171f0796cf163a00a5ecaf
tree829e414c09d9b59647517e63339bd17ac572d967
parent8ad0eac7ff030940949e26688311ec857999735d
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
module.
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS