summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGerhard Häring <gh@ghaering.de>2008-09-12 13:54:06 (GMT)
committerGerhard Häring <gh@ghaering.de>2008-09-12 13:54:06 (GMT)
commitef2276b60d2345af49c8268f3a23feb59f5ecc38 (patch)
tree2374809417662e9cf1e433060e4aca0c613b98cf /Misc/NEWS
parentb535d32952488762689a4ca83b5ea93cce65c15b (diff)
downloadcpython-ef2276b60d2345af49c8268f3a23feb59f5ecc38.zip
cpython-ef2276b60d2345af49c8268f3a23feb59f5ecc38.tar.gz
cpython-ef2276b60d2345af49c8268f3a23feb59f5ecc38.tar.bz2
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2fca41f..8e6d83b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,8 @@ Extension Modules
- Issue #3643: Added a few more checks to _testcapi to prevent segfaults by
exploitation of poor argument checking.
+- sqlite3: Changed docstring of iterdump() to mark method as "Non-standard".
+
Tests
-----