Message288807
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) |
|
| Date |
User |
Action |
Args |
| 2017-03-02 15:34:03 | facundobatista | set | recipients:
+ facundobatista |
| 2017-03-02 15:34:03 | facundobatista | set | messageid: <1488468843.51.0.704010418399.issue29696@psf.upfronthosting.co.za> |
| 2017-03-02 15:34:03 | facundobatista | link | issue29696 messages |
| 2017-03-02 15:34:03 | facundobatista | create | |
|