commit | 0b6a118a45ac2eded1348fea6ed300d5651f7471 | [log] [tgz] |
---|---|---|
author | Ćukasz Langa <lukasz@langa.pl> | Wed Oct 18 17:28:51 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 18 17:28:51 2017 -0700 |
tree | c4669de7f6be919053a564411ff6b8f559eb1fa9 | |
parent | 032a6480e360427d4f964e31643604fad804ea14 [diff] |
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.