Changed to reflect Guido's new reality.

This commit is contained in:
Moshe Zadka 2001-07-22 15:03:26 +00:00
parent 7af79db7b9
commit 914b48285c
1 changed files with 8 additions and 1 deletions

View File

@ -84,13 +84,20 @@ __future__
module, until the IntType nb_divide is changed, the "/" operator
is compiled to FUTURE_DIV.
This is not yet implemented in the Python 2.2 release.
Open Issues
FAQ
Should the // operator be renamed to "div"?
No. There are problems with new keywords.
Should the // be made into a function called "div"?
No. People expect to be able to write math expressions directly
in Python.
Implementation