New submission from Martin v. Löwis <[EMAIL PROTECTED]>:

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.

----------
assignee: ghaering
messages: 68137
nosy: ghaering, loewis
severity: normal
status: open
title: sqlite defines a few global symbols.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3103>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to