summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-07-21 09:50:42 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-07-21 09:50:42 (GMT)
commitb034c75495cf033b3ec7a1b6ea6b1f4c1338ecb4 (patch)
treee2012e1f787bf132ae1494a65ac4465f74f7853c /Misc
parent823de0028639ef94a58a0a8652e8e7e15eeee198 (diff)
downloadcpython-b034c75495cf033b3ec7a1b6ea6b1f4c1338ecb4.zip
cpython-b034c75495cf033b3ec7a1b6ea6b1f4c1338ecb4.tar.gz
cpython-b034c75495cf033b3ec7a1b6ea6b1f4c1338ecb4.tar.bz2
Backport r82456
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2fa664..57998e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,12 @@ Tests
- Issue #8193: Fix test_zlib failure with zlib 1.2.4.
+Documentation
+-------------
+
+- Issue #7829: Document in dis that bytecode is an implementation detail.
+
+
What's New in Python 3.1.2?
===========================