From: Mark Dickinson Date: Sat, 5 Dec 2009 20:32:49 +0000 (+0000) Subject: Issue #7435: Remove reference to long in docstring. Thanks flox. X-Git-Tag: v3.1.2rc1~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=884924a2fddce1de0eeb3b8dfc3ae7ca5a14a071;p=python Issue #7435: Remove reference to long in docstring. Thanks flox. --- diff --git a/Lib/random.py b/Lib/random.py index 12b4e1b2a7..592e4b899a 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -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: