This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ghaering, loewis
Date 2008-06-13.08:00:44
SpamBayes Score 0.22830495
Marked as misclassified No
Message-id <1213344046.17.0.166963020016.issue3103@psf.upfronthosting.co.za>
In-reply-to
Content
While most global symbols in the _sqlite3 module use a sqlite_ or
_sqlite_ prefix, some don't:
_enable_callback_tracebacks, converters, microprotocols_adapt,
microprotocols_add, psyco_adapters, psyco_microprotocols_adapt.

It would be good if these could be made static, or get their own prefix.
History
Date User Action Args
2008-06-13 08:00:46loewissetspambayes_score: 0.228305 -> 0.22830495
recipients: + loewis, ghaering
2008-06-13 08:00:46loewissetspambayes_score: 0.228305 -> 0.228305
messageid: <1213344046.17.0.166963020016.issue3103@psf.upfronthosting.co.za>
2008-06-13 08:00:45loewislinkissue3103 messages
2008-06-13 08:00:44loewiscreate