summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4996f1b..65ad925 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -306,13 +306,6 @@ Core and builtins
value, but according to PEP 237 it really needs to be 1 now. This
will be backported to Python 2.2.3 a well. (SF #660455)
-- Added several bytecode optimizations. Provides speed-ups to
- inverted in/is tests, inverted jumps, while 1 loops, and jumps to
- unconditional jumps.
-
-- Added a new opcode, NOP, which is used in some of the bytecode
- transformations.
-
- int(s, base) sometimes sign-folds hex and oct constants; it only
does this when base is 0 and s.strip() starts with a '0'. When the
sign is actually folded, as in int("0xffffffff", 0) on a 32-bit