Bug #1590891:   random.randrange don't return correct value for big number

Needs to be backported.
diff --git a/Misc/NEWS b/Misc/NEWS
index a4eb6e2..c1b9a12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #1590891: random.randrange don't return correct value for big number
+
 - Patch #1586791: Better exception messages for some operations on strings,
   tuples and lists.