]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Sep 2020 16:28:04 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 16:28:04 +0000 (09:28 -0700)
commitebef6c0b50d94ca7daef6fdb38d043e0183ab7d1
treeb66232ab80411ef8e602d04994335cade18fd447
parent84105cbaa395923e3584a87d67ccce72c8420bb4
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)

(cherry picked from commit fd4cafd4700dc03cb05fc2e5263c2666d785d6e3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_turtle.py
Lib/turtle.py
Misc/NEWS.d/next/Library/2020-09-04-20-45-38.bpo-41720.PW9MzZ.rst [new file with mode: 0644]