Message 413593 - Python tracker

Message413593

Author larry
Recipients AlexWaygood, JelleZijlstra, kgubaev, larry, lys.nikolaou, pablogsal, xtreak
Date 2022-02-20.15:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645371400.53.0.920356348866.issue46807@roundup.psfhosted.org>
In-reply-to
Content
Yeah, it's the same behavior.  In that class, you have defined Str to be "", then you reference Str in the annotation, and its value is "".  Whatever you set Str to in the example in [21], that's the value of the annotation.

GvR closed the previous report as "not a bug", so I'm gonna do that here too.
History
Date User Action Args
2022-02-20 15:36:40larrysetrecipients: + larry, JelleZijlstra, lys.nikolaou, pablogsal, xtreak, AlexWaygood, kgubaev
2022-02-20 15:36:40larrysetmessageid: <1645371400.53.0.920356348866.issue46807@roundup.psfhosted.org>
2022-02-20 15:36:40larrylinkissue46807 messages
2022-02-20 15:36:40larrycreate