Pylint across Python versions
thomas.lehmann at adtech.com
thomas.lehmann at adtech.com
Mon Feb 10 06:39:06 EST 2014
More information about the Python-list mailing list
Mon Feb 10 06:39:06 EST 2014
- Previous message (by thread): Google Cloud Platform and GlassSolver Project
- Next message (by thread): Pylint across Python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
somebody who can tell me about pylint experiences across
different Python version.
Example:
I'm using a construct like this:
if sys.version.startswith("3."):
unicode = str
The reason is that Python 3 does not have this
function anymore but pylint yells for Python < 3
about redefinition also it does not happen.
How to get forward with this?
Regards,
Thomas
- Previous message (by thread): Google Cloud Platform and GlassSolver Project
- Next message (by thread): Pylint across Python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list