This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Amir, Darragh Bailey, anthonypjshaw, aviso, cjw296, lisroach, mariocj89, michael.foord, pconnell, r.david.murray, rbcollins, xtreak
Date 2020-03-21.07:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584775812.52.0.190864872555.issue39966@roundup.psfhosted.org>
In-reply-to
Content
Amir, this needs a test like the initial report without preferably using sys.stdout and patch for cases below : 

1. Where the attribute is present on the wrapped object and uses it.
2. Where the attribute is not present on the wrapped object and uses the default value of the magic method.

@aviso Feel free to add in if I have missed any scenarios.
History
Date User Action Args
2020-03-21 07:30:12xtreaksetrecipients: + xtreak, rbcollins, cjw296, r.david.murray, michael.foord, pconnell, Darragh Bailey, lisroach, anthonypjshaw, mariocj89, aviso, Amir
2020-03-21 07:30:12xtreaksetmessageid: <1584775812.52.0.190864872555.issue39966@roundup.psfhosted.org>
2020-03-21 07:30:12xtreaklinkissue39966 messages
2020-03-21 07:30:12xtreakcreate