Message 338850 - Python tracker (original) (raw)

Message338850

Author orivej
Recipients Claudiu.Popa, Julian.Gindi, cvrebert, llllllllll, ncoghlan, orivej, python-dev, rhettinger, vstinner
Date 2019-03-26.04:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1553573385.35.0.201078433943.issue22189@roundup.psfhosted.org
In-reply-to
Content
collections.UserString.__rmod__ references an undefined variable `args`: def __rmod__(self, format): return self.__class__(format % args) https://github.com/python/cpython/commit/573b44c18f69307d7dbc95c950aab57ef7ea303e#diff-8a750c700ae5ac1d0a14922de83e99ccR1109
History
Date User Action Args
2019-03-26 04:09:45 orivej set recipients: + orivej, rhettinger, ncoghlan, vstinner, cvrebert, Claudiu.Popa, python-dev, Julian.Gindi, llllllllll
2019-03-26 04:09:45 orivej set messageid: 1553573385.35.0.201078433943.issue22189@roundup.psfhosted.org
2019-03-26 04:09:45 orivej link issue22189 messages
2019-03-26 04:09:44 orivej create