[New-bugs-announce] [issue25652] collections.UserString.__rmod__() raises NameError

Jonathan Goble report at bugs.python.org
Wed Nov 18 00:16:09 EST 2015


New submission from Jonathan Goble:

In an instance of collections.UserString, any call to the __rmod__() method will raise NameError, due to the undefined "args" name in the method.

----------
components: Library (Lib)
messages: 254830
nosy: Jonathan Goble, rhettinger
priority: normal
severity: normal
status: open
title: collections.UserString.__rmod__() raises NameError
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25652>
_______________________________________


More information about the New-bugs-announce mailing list