]> granicus.if.org Git - python/commit
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
authorŁukasz Langa <lukasz@langa.pl>
Thu, 19 Oct 2017 00:28:51 +0000 (17:28 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 00:28:51 +0000 (17:28 -0700)
commit0b6a118a45ac2eded1348fea6ed300d5651f7471
treec4669de7f6be919053a564411ff6b8f559eb1fa9
parent032a6480e360427d4f964e31643604fad804ea14
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)

Due to a bug in the initial fix, the setter was in fact creating a different
property.  This is now fixed.
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2017-10-18-16-48-09.bpo-31457._ovmzp.rst [new file with mode: 0644]