Adding a common objections and responses section
This commit is contained in:
parent
5a1d457245
commit
bbeac929ef
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue