[issue4606] Passing 'None' if argtype is set to POINTER(...) doesn't always result in NULL

2011-04-11 Thread olt
olt o...@bogosoft.com added the comment: For anyone that has to use a Python version where this bug is present, it is possible to manually create a NULL pointer. For the example: POINTER(c_double)() This works, at least in my case. -- nosy: +olt

[issue4439] Typo in sqlite3 documentation.

2008-11-26 Thread olt
New submission from olt [EMAIL PROTECTED]: There is a small typo in the possible Connection.isolation_level http://docs.python.org/library/sqlite3.html#connection-objects Its EXCLUSIVE not EXLUSIVE. -- components: Distutils messages: 76465 nosy: olt severity: normal status: open title

[issue4439] Typo in sqlite3 documentation.

2008-11-26 Thread olt
Changes by olt [EMAIL PROTECTED]: -- assignee: - georg.brandl components: +Documentation -Distutils nosy: +georg.brandl ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4439