Adding a common objections and responses section

This commit is contained in:
Moshe Zadka 2001-03-21 11:25:51 +00:00
parent 5a1d457245
commit bbeac929ef
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@ Backwards Compatibility
literals will be rationals and the warning will be removed.
Common Objections
Rationals are slow and memory intensive!
(Relax, I'm not taking floats away, I'm just adding two more characters.
1e0 will still be a float)
References
[1] PEP 239, Adding a Rational Type to Python, Zadka,