This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年07月04日 19:57 by rhettinger, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fractype.diff | rhettinger, 2008年07月04日 20:07 | Patch with tests | ||
| Messages (2) | |||
|---|---|---|---|
| msg69267 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2008年07月04日 19:57 | |
>>> from fractions import * >>> Fraction(3.1) Traceback (most recent call last): File "<pyshell#14>", line 1, in <module> Fraction(3.1) File "C:\Python26\lib\fractions.py", line 100, in __new__ numerator = numerator.__index__() AttributeError: 'float' object has no attribute '__index__' |
|||
| msg69495 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2008年07月10日 09:31 | |
Applied in r64835. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47537 |
| 2008年07月10日 09:31:28 | rhettinger | set | status: open -> closed resolution: fixed messages: + msg69495 |
| 2008年07月04日 20:08:00 | rhettinger | set | files:
+ fractype.diff keywords: + patch |
| 2008年07月04日 19:57:22 | rhettinger | create | |