]> granicus.if.org Git - python/commit
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042) (#4043)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Oct 2017 01:02:59 +0000 (18:02 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 19 Oct 2017 01:02:59 +0000 (18:02 -0700)
commit537ed75291ed8a640887f199f98e2e5076ef87b6
tree2f09e5a252d038d93d4a241dcc549730284dbd9f
parent7bbbc6afa4f500ffbd7bfc25dbabf85548421fff
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042) (#4043)

Due to a bug in the initial fix, the setter was in fact creating a different
property.  This is now fixed.
(cherry picked from commit 0b6a118a45ac2eded1348fea6ed300d5651f7471)
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]