Issue #7435:  Remove duplicate int/long tests, and other
references to long in py3k.  Patch provided by flox.
diff --git a/Lib/random.py b/Lib/random.py
index 12b4e1b..592e4b8 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -97,7 +97,7 @@
         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: