This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients facundobatista
Date 2017-03-02.15:34:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488468843.51.0.704010418399.issue29696@psf.upfronthosting.co.za>
In-reply-to
Content
Right now:

>>> Formatter().parse("mira como bebebn los peces en el {rio} {de} {la} plata")
<formatteriterator object at 0x7f1fc7c7f150>
>>> next(_)
('mira como bebebn los peces en el ', 'rio', '', None)

This returned tuple should be a namedtuple, so it's self-explained for people exploring this (and usage of the fields become clearer)
History
Date User Action Args
2017-03-02 15:34:03facundobatistasetrecipients: + facundobatista
2017-03-02 15:34:03facundobatistasetmessageid: <1488468843.51.0.704010418399.issue29696@psf.upfronthosting.co.za>
2017-03-02 15:34:03facundobatistalinkissue29696 messages
2017-03-02 15:34:03facundobatistacreate