[pyar] Cuestión de elegancia (?)

Marcos Moyano marcos en anue.biz
Mie Mayo 30 11:31:54 ART 2012


s/print tag/print tag.strip()/g

Pensé que era obvio, pero evidentemente no. Explicit is better than
implicit. My bad ...

Salú.

On Wed, May 30, 2012 at 8:42 AM, Tordek <kedrot en gmail.com> wrote:

> On 30/05/12 08:18, Marcos Moyano wrote:
>
>> tags = 'animal, reptil, , anfibio , peligroso'
>>
>> for tag in tags.split(","):
>>        if tag.strip():
>>            print tag
>>
>
> Simple, legible, y no cumple con la descripción del problema. Con una
> modificación para hacer más visible el bug:
>
>
> >>> for tag in tags.split(","):
> ...        if tag.strip():
> ...            print repr(tag)
> ...
> 'animal'
> ' reptil'
> ' anfibio '
> ' peligroso'
>
>
> --
> Guillermo O. «Tordek» Freschi. Programador, Escritor, Genio Maligno.
> http://tordek.com.ar :: http://twitter.com/tordek
> ______________________________**_________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/**listinfo/pyar<http://listas.python.org.ar/listinfo/pyar>
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>



-- 
Marcos Moyano
Co-Founder of Anue
Skype: marcosmoyano
http://www.anue.biz/
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120530/42677c59/attachment.html>


More information about the pyar mailing list