commit | 8c4fa1159173b3c8dc59f4cf1e73419eb2128961 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Jul 21 09:52:10 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Jul 21 09:52:10 2010 +0000 |
tree | 451c532ce0b7dd6c684e4cc4169ee2fc6b7ed4ba | |
parent | 13b43e70e2e3659a145b2ce27d424c66d3c1e92e [diff] [blame] |
Backport r82456.
diff --git a/Misc/NEWS b/Misc/NEWS index ec857ac..45f81c3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,6 +59,11 @@ - Issue #8605: Skip test_gdb if Python is compiled with optimizations. +Documentation +------------- + +- Issue 7829: Document in dis that bytecode is an implementation detail. + What's New in Python 2.7? =========================