summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-27 20:34:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-27 20:34:52 (GMT)
commite555f581dc3d23b0d305b6a74bb292ed8cb674f3 (patch)
treedf7428f91a0836c735228cc4fa9451f92827cb9b /Misc
parent1ffbfbc5666cc304ca00c6da297431e9d2aee6a1 (diff)
downloadcpython-e555f581dc3d23b0d305b6a74bb292ed8cb674f3.zip
cpython-e555f581dc3d23b0d305b6a74bb292ed8cb674f3.tar.gz
cpython-e555f581dc3d23b0d305b6a74bb292ed8cb674f3.tar.bz2
Issue #4677: add two list comprehension tests to pybench.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64ff406..3fc5664 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -190,6 +190,11 @@ Library
- Issue #4730: Fixed the cPickle module to handle correctly astral characters
when protocol 0 is used.
+Tools/Demos
+-----------
+
+- Issue #4677: add two list comprehension tests to pybench.
+
Build
-----