Prev: Accumulate function in python
Next: Different python versions confusion under Windows Vista x64
From: Alf P. Steinbach /Usenet on 19 Jul 2010 08:41 "Extending and Embedding the Python Interpreter" �2.1.2, the noddy3 extension module example, uses "S" as format character for string arguments in its call to PyArg_ParseTupleAndKeywords. This causes Noddy to only accept bytes as arguments, instead of strings (format "U"). I suspect this is a leftover from Python 2.x, where strings were bytes, and that this is a bug? Cheers, - Alf -- blog at <url: http://alfps.wordpress.com>
|
Pages: 1 Prev: Accumulate function in python Next: Different python versions confusion under Windows Vista x64 |