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 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:45orivejsetrecipients: + orivej, rhettinger, ncoghlan, vstinner, cvrebert, Claudiu.Popa, python-dev, Julian.Gindi, llllllllll
2019-03-26 04:09:45orivejsetmessageid: <1553573385.35.0.201078433943.issue22189@roundup.psfhosted.org>
2019-03-26 04:09:45orivejlinkissue22189 messages
2019-03-26 04:09:44orivejcreate