Changed to reflect Guido's new reality.
This commit is contained in:
parent
7af79db7b9
commit
914b48285c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue