How do I tell incomplete input from invalid input?

2012-01-11 Thread Mateusz Loskot
of situations. Have I overlooked any other obvious solution? Finally, it would be helpful if the Python FAQ is up to date. [1] http://docs.python.org/py3k/faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input [2] http://mail.python.org/pipermail/python-list/2004-August/887195.html [3

Re: How do I tell incomplete input from invalid input?

2012-01-11 Thread Terry Reedy
On 1/11/2012 8:50 AM, Mateusz Loskot wrote: Unfortunately, this FAQ is either old or incomplete thus incorrect. If you have a suggested change to the current text, please submit it to the tracker at bugs.python.org -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

Re: How do I tell incomplete input from invalid input?

2012-01-11 Thread mloskot
, but first I wanted to discuss the problem and to try to find proper solution worth to be included in the FAQ. Best regards, - -- Mateusz Loskot http://mateusz.loskot.net -- View this message in context: http://python.6.n6.nabble.com/How-do-I-tell-incomplete-input-from-invalid-input-tp3585241p3632798

Re: Error in Extending/Embedding FAQ, point 16: How do I tell incomplete input from invalid input?

2008-04-23 Thread Dietrich Bollmann
on paragraph 16 (How do I tell incomplete input from invalid input?) of the Extending/Embedding FAQ: I am using Python as scripting language in an application (blender). In order to interface this application from other programs I programmed a python command port / command socket

Re: Error in Extending/Embedding FAQ, point 16: How do I tell incomplete input from invalid input?

2008-04-23 Thread Steve Holden
am intending to do with the code based on paragraph 16 (How do I tell incomplete input from invalid input?) of the Extending/Embedding FAQ: I am using Python as scripting language in an application (blender). In order to interface this application from other programs I programmed a python

Error in Extending/Embedding FAQ, point 16: How do I tell incomplete input from invalid input?

2008-04-22 Thread Dietrich Bollmann
Hi, Both code examples from paragraph 16 from the Python Extending / Embedding FAQ - 'How do I tell incomplete input from invalid input?' - ( http://www.python.org/doc/faq/extending/#how-do-i-tell-incomplete-input-from-invalid-input ) do not work with the current state of Python anymore

Re: Error in Extending/Embedding FAQ, point 16: How do I tell incomplete input from invalid input?

2008-04-22 Thread Dietrich Bollmann
at least would describe the situation much better - and be a better base for functionality which is based the error code also. --- I also thought that I should explain a little bit more exactly, what I am intending to do with the code based on paragraph 16 (How do I tell incomplete input from invalid