Package: lsb-release
Version: 3.2-23.2squeeze1

Dears maintainers,

I've reinplemented the lsb_release.py script in perl and I've found a little 
issue in it.

At line 200, you are testing for an alpha string and use the result to match 
over the 'testing' string

###
if release.rstrip('/sid').lower().isalpha() != 'testing':
###

The result of this test will always be false since you are testing a boolean 
value against the 'testing' string.

Note: I'm using both Ubuntu and Debian and

Laurent Declercq


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to