| Index: Misc/NEWS |
| =================================================================== |
| --- Misc/NEWS (revision 70087) |
| +++ Misc/NEWS (working copy) |
| @@ -12,6 +12,9 @@ |
| Core and Builtins |
| ----------------- |
| +- Issues #2183, #2459, and #4715: Optimize bytecode generation for |
| + loops and comprehensions. |
| + |
| - Issue #5247: Improve error message when unknown format codes are |
| used when using str.format() with str, unicode, long, int, and |
| float arguments. |