]> granicus.if.org Git - python/commit
bpo-25652: Fix __rmod__ of UserString (GH-13326)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Tue, 21 May 2019 20:27:36 +0000 (23:27 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 May 2019 20:27:36 +0000 (13:27 -0700)
commit7abf8c60819d5749e6225b371df51a9c5f1ea8e9
treef8051a2d600e0faeb7e025e031c26a4287b7e5ef
parent565b4f1ac7304d1e690c404ca8316f383ba60862
bpo-25652: Fix __rmod__ of UserString (GH-13326)

The ``__rmod__`` method of ``collections.UserString`` class had a bug that made it unusable.

https://bugs.python.org/issue25652
Lib/collections/__init__.py
Lib/test/test_userstring.py
Misc/NEWS.d/next/Library/2019-05-14-21-39-52.bpo-25652.xLw42k.rst [new file with mode: 0644]