]> granicus.if.org Git - python/commit
#17489: Add explanatory comment that __getstate__ is not called.
authorR David Murray <rdmurray@bitdance.com>
Tue, 2 Apr 2013 17:10:52 +0000 (13:10 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 2 Apr 2013 17:10:52 +0000 (13:10 -0400)
commitd9ebf4dc1f2a816ea708e055d544efb2e2d0a7d5
treeb549a4af3913bd8702465d81cc9a620038c7c96a
parente3e1c17e08f03c150dff060f5824cb4454e311e4
#17489: Add explanatory comment that __getstate__ is not called.

We don't put coverage directives in the stdlib, but anyone looking at a
coverage report for Random should see the comment and understand why the lines
aren't covered.
Lib/random.py