William Edward Stuart Clemens added the comment:
The patch for version 3.3 has a one line difference.
--
assignee: -> docs@python
components: +Documentation, Library (Lib) -None
nosy: +docs@python
versions: +Python 3.3
Added file: http://bugs.python.org/file21
New submission from William Edward Stuart Clemens :
The DB API Spec 2.0 (PEP 249) clearly requires that column name and type_code
be set as the first two values in Cursor.description the other 5 attributes are
optional. The sqlite3 module doesn't set type_code.
--
components: