Add link to implementation as patch.

This commit is contained in:
Guido van Rossum 2001-07-22 04:24:09 +00:00
parent 2891775218
commit 7af79db7b9
1 changed files with 10 additions and 0 deletions

View File

@ -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,