summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-04 00:12:04 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-04 00:12:04 +0200
commit61bce56adc2b489ee9c79a6d1f07c015afe38c72 (patch)
tree85c9dcfcd87c3d03a171006854b3e463d87a38f4 /Misc
parentf803ceb580c87fb4a4f33835bdf2e1441cecfdd4 (diff)
downloadcpython-61bce56adc2b489ee9c79a6d1f07c015afe38c72.tar.gz
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
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 9afa06c418..0b3d22d571 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@ Core and Builtins
Library
-------
+- Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by
+ Torsten Landschoff.
+
- Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve
private keys.