]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operatio...
authorMartijn Pieters <github.com@zopatista.com>
Mon, 27 Feb 2017 16:08:01 +0000 (16:08 +0000)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Feb 2017 16:08:01 +0000 (19:08 +0300)
commit53039ad3814a8918c5311f37bd654428b9843fcc
treee52d7555bfedea2a06a7109a78260ff43240cc84
parent046041e23b3c7e0b4a08705e2792ef3e28d03384
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95)
Lib/test/test_unicode.py
Misc/NEWS
Python/ceval.c