Anthony Baxter wrote: > On Wednesday 22 June 2005 23:31, you wrote: > >>>From the DB API (in the standard extensions section): >> >> Cursor Method .next() >> Cursor Method .__iter__() > > > Ooo. Time-machiney goodness. > > So > a) is there a nice reference saying which modules > implement which extensions? Should I go ahead and > create a page in the wiki for this and put a link > on the database topic guide page? It would seem like > a good idea.
That would be a good idea. > b) is there any sort of sense of which of these extensions > should become part of a DB API 3.0? I think we should add all extensions that can be implemented easily by the majority of database modules. I'm not sure which should be made mandatory, though. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Jun 22 2005) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! :::: _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
