[issue8850] Remove "w" format of PyParse_ParseTuple()

Antoine Pitrou report at bugs.python.org
Tue Jun 8 17:09:59 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

I'd point out that "w#" is mostly useless too. It's supposed to return a read-write buffer, but as the doc says it also doesn't support "mutable objects", since it isn't able to properly lock/pin the buffer; therefore it probably doesn't support anything useful.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8850>
_______________________________________


More information about the Python-bugs-list mailing list