]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
random module: Convert a "while 1" to "while True (GH-21700) 21730/head
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 2 Aug 2020 19:03:32 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 19:03:32 +0000 (12:03 -0700)
commit6a613f90bf13038255bca028feeab6fad816edfd
tree3105014ec5eda72ec623aa688f3dc13e89a24a08
parent5c3270939c09e4c8e80fd26449b718a998701912
random module: Convert a "while 1" to "while True (GH-21700)
Lib/random.py