summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-12 11:14:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-12 11:14:22 (GMT)
commit7ec97f415ce2468473bae39b4b6be56b6c55963a (patch)
tree3c0527efca66b76295cffbd51777a26d82abf940 /Misc
parent663a3904545f709e7af5b4a122c2e9d01b07fef6 (diff)
parentc2ecac4787a9cadabbb33c7aede405315ed55240 (diff)
downloadcpython-7ec97f415ce2468473bae39b4b6be56b6c55963a.zip
cpython-7ec97f415ce2468473bae39b4b6be56b6c55963a.tar.gz
cpython-7ec97f415ce2468473bae39b4b6be56b6c55963a.tar.bz2
#17692: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d3c9c26..83ea595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Tests
- Issue #17690: test_time now works with unittest test discovery.
Patch by Zachary Ware.
+- Issue #17692: test_sqlite now works with unittest test discovery.
+ Patch by Zachary Ware.
+
What's New in Python 3.3.1 release candidate 1?
===============================================