Re: question about including something like sqlite in python
John Salerno wrote: > This is just me thinking out loud, mind you, but it seems like including > a database module (especially one that many people won't use in favor > of MySQL or PostgreSQL, etc.) is weighing down the standard library. Weighing down the standard library? The latest version of sqlite is only 40k SLOC while Python 2.5 incl' the standard library is well over 700k SLOC. -- http://mail.python.org/mailman/listinfo/python-list
Re: How to get a Fix to an Abandoned Project?
Gregory PiƱero wrote: > After repeated failed attempts to contact the author, I dive in and > fix it myself (just changing URI's really). So now I have the fixed > code and I'd like to update the project so others can use it, but I > can't seem to login to the trac page to change the code? Wait a while, and if you don't hear from the author(s), fork it. -- http://mail.python.org/mailman/listinfo/python-list