mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Issue #7435: Remove duplicate int/long tests, and other
references to long in py3k. Patch provided by flox.
This commit is contained in:
parent
c39aad7c27
commit
5c2db37c20
14 changed files with 64 additions and 607 deletions
|
@ -97,7 +97,7 @@ class Random(_random.Random):
|
|||
None or no argument seeds from current time or from an operating
|
||||
system specific randomness source if available.
|
||||
|
||||
If a is not None or an int or long, hash(a) is used instead.
|
||||
If a is not None or an int, hash(a) is used instead.
|
||||
"""
|
||||
|
||||
if a is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue