Commit de618c01 authored by Stefan Behnel's avatar Stefan Behnel

Avoid doctest failure due to 'L' integer suffix in Py2.

parent f9fddb04
...@@ -216,7 +216,7 @@ def modptr(): ...@@ -216,7 +216,7 @@ def modptr():
def mod_bigint(obj): def mod_bigint(obj):
""" """
>>> mod_bigint(3316000000000) >>> print(mod_bigint(3316000000000))
319 319
""" """
result = obj % 999 result = obj % 999
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment