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

2011-04-11 Thread olt

olt  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

___
Python tracker 
<http://bugs.python.org/issue4606>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Typo in sqlite3 documentation.
versions: Python 2.7

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



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com