Commit deb34879 authored by Stefan Behnel's avatar Stefan Behnel

remove redundant entry in changelog

parent a1765d5e
......@@ -63,9 +63,6 @@ Optimizations
This also avoids reference counting overhead for Python values during
evaluation and generally improves the code flow in the generated C code.
* Cascaded assignments (a = b = ...) try to minimise the number of
type coercions.
* The Python expression "2 ** N" is optimised into bit shifting.
See http://bugs.python.org/issue21420
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment