]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
authorHakan Çelik <hakancelik96@outlook.com>
Sat, 18 Apr 2020 16:17:19 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 16:17:19 +0000 (17:17 +0100)
commitce578831a4e573eac422a488930100bc5380f227
tree36941dee90039657430686babe68c52e4b46e672
parent2b5603140c09766a7d4e8243a70d7144f684f6f9
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
Lib/test/test_future.py
Python/ast_unparse.c