diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -362,6 +362,7 @@ Lawrence Kesteloot Vivek Khera Mads Kiilerich Taek Joo Kim +Paul Kippes Steve Kirsch Ron Klatchko Bastian Kleineidam @@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 2? Core and builtins ----------------- +- Patch #2426: Added sqlite3.Connection.iterdump method to allow easy dumping + of databases. Contributed by Paul Kippes at PyCon 2008. + - Patch #2477: Added from __future__ import unicode_literals. - Added backport of bytearray type. |