]> granicus.if.org Git - python/commit
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operatio...
authorXiang Zhang <angwerzx@126.com>
Wed, 1 Mar 2017 06:28:14 +0000 (14:28 +0800)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2017 06:28:14 +0000 (14:28 +0800)
commitb4f0e980b6084e9a994e3f069269fac2471e0d78
treee0d0caf20efb7485f14226215fc035d86271fc46
parent02eb4b0bd4a7d86cf5e40567aaa8710b00e079a4
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366)
Lib/test/test_str.py
Misc/NEWS
Python/ceval.c