The DB-API 2.0 was released on 1999-04-12. However, the
creation process took a few weeks and the much of the
DB-API 2.0 is based on the DB-API 1.0 (PEP 248, which was
developed in 1996):

https://mail.python.org/pipermail/db-sig/1999-March/000762.html


On 20.08.2017 22:16, Nathan Guerin wrote:
> I'm working on a research paper and would like to cite PEP249 and
> include its created date.  The created date is not included in this PEP.
> See:
> 
> https://github.com/python/peps/blob/master/pep-0249.txt
> 
> Does anyone by chance know when this PEP was published?
> 
> Thank you,
> Nate Guerin
> _______________________________________________
> DB-SIG maillist  -  DB-SIG@python.org
> https://mail.python.org/mailman/listinfo/db-sig
> 

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> Python Database Interfaces ...           http://products.egenix.com/
>>> Plone/Zope Database Interfaces ...           http://zope.egenix.com/
________________________________________________________________________

::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
--- Begin Message ---
Hi everybody,

DB API 2.0 is ready for take-off.

I've done some additional minor editing of the text, spell
corrected it and also clarified one tiny issue I found:
connection.close() and cursor.close() should cause subsequent
actions on the objects to result in an Error exception (or subclass),
not just any kind of exception. [Hope this is OK with everybody...:]

The final version is available from:

        http://starship.skyport.net/~lemburg/DatabaseAPI-2.0.html

I will post an announcement to the main list and c.l.py.announce
later today.

Thanks to everybody who contributed to the new version. I think
the long discussions were well worthwhile and very helpful.

Cheers,
-- 
Marc-Andre Lemburg                               Y2000: 263 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------

--- End Message ---
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
https://mail.python.org/mailman/listinfo/db-sig

Reply via email to