[Python-checkins] r43402 - peps/trunk/pep-0249.txt

marc-andre.lemburg python-checkins at python.org
Tue Mar 28 17:47:14 CEST 2006


Author: marc-andre.lemburg
Date: Tue Mar 28 17:47:14 2006
New Revision: 43402

Modified:
   peps/trunk/pep-0249.txt
Log:
Update the table of contents and fix a few typos.


Modified: peps/trunk/pep-0249.txt
==============================================================================
--- peps/trunk/pep-0249.txt	(original)
+++ peps/trunk/pep-0249.txt	Tue Mar 28 17:47:14 2006
@@ -22,10 +22,15 @@
         * Module Interface
         * Connection Objects
         * Cursor Objects
-        * DBI Helper Objects
         * Type Objects and Constructors
-        * Implementation Hints
-        * Major Changes from 1.0 to 2.0
+        * Implementation Hints for Module Authors
+        * Optional DB API Extensions
+        * Optional Error Handling Extensions
+        * Frequently Asked Questions
+        * Major Changes from Version 1.0 to Version 2.0
+        * Open Issues
+        * Footnotes
+        * Acknowledgements
     
     Comments and questions about this specification may be directed
     to the SIG for Database Interfacing with Python
@@ -687,7 +692,7 @@
     Connection Attributes .Error, .ProgrammingError, etc.
 
         All exception classes defined by the DB API standard should be
-        exposed on the Connection objects are attributes (in addition
+        exposed on the Connection objects as attributes (in addition
         to being available at module scope).
 
         These attributes simplify error handling in multi-connection
@@ -792,7 +797,7 @@
         Warning Message: "DB-API extension cursor.lastrowid used"
 
         
-Optional Error Handling Extension
+Optional Error Handling Extensions
 
     The core DB API specification only introduces a set of exceptions
     which can be raised to report errors to the user. In some cases,


More information about the Python-checkins mailing list