On 2009-10-03, ryniek90 <rynie...@gmail.com> wrote:

> So, whether it is or has been planned the core Python
> implementation of *scanf()* ?

One of the fist things I remember being taught as a C progrmmer
was to never use scanf.  Programs that use scanf tend to fail
in rather spectacular ways when presented with simple typos and
other forms of unexpected input.  

Given the bad behavior and general fragility of scanf(), I
doubt there's much demand for something equally broken for
Python.

> Thanks for any helpful answers.

Not sure if mine was helpful...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to