mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Forward port r62849.
This commit is contained in:
parent
10956eab9e
commit
e580f5c55a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import numbers
|
|||
import operator
|
||||
import re
|
||||
|
||||
__all__ = ["Fraction"]
|
||||
__all__ = ['Fraction', 'gcd']
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue