Add link to implementation as patch.
This commit is contained in:
parent
2891775218
commit
7af79db7b9
10
pep-0238.txt
10
pep-0238.txt
|
@ -91,6 +91,16 @@ Open Issues
|
|||
|
||||
Should the // be made into a function called "div"?
|
||||
|
||||
|
||||
Implementation
|
||||
|
||||
A mostly-complete implementation (not exactly following the above
|
||||
spec, but close enough except for the lack of a warning for
|
||||
truncated results from old division) is available from the
|
||||
SourceForge patch manager:
|
||||
http://sourceforge.net/tracker/index.php?func=detail&aid=443474&group_id=5470&atid=305470
|
||||
|
||||
|
||||
References
|
||||
|
||||
[1] PEP 237, Unifying Long Integers and Integers, Zadka,
|
||||
|
|
Loading…
Reference in New Issue