Hi there,

First, thanks for all your time and effort. 
Guys like me, which aren't professional programmers, would produce 
spaghetti code for ever without YOU!

I just started using Pyflakes and got a lot of warnings in respect to 
"main.py:168:20 're' may be undefined, or defined from star imports: 
modules.testbus"
the specific line contains
"re.search("Byte Array", self.getFormat(), re.I)"

In this case Pyflakes warns about the built-in regex operation re.search. 
And in my case this are many code lines.

Therefore I'd like to have a switch to ignore this warning or maybe 
Pyflakes can recognize the built-in regex operations?

Kind regards,

Beat Weiss 
Adv Senior Engineer 
Cloud FPGAs & Tape 

Phone: +41 44 724 82 66
Fax: +41 44 724 89 59
E-mail: w...@zurich.ibm.com
www.zurich.ibm.com

IBM Reserach Europe

Saeumerstrasse 4
Rueschlikon, 8803
Switzerland

This email may contain confidential information, intended for the 
recipient specified above only. It is strictly forbidden to share any part 
of this message with any third party, without a written consent of the 
sender. If you received this message by mistake, please reply to this 
message and follow with its deletion, so that we can ensure such a mistake 
does not occur in the future.
_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/
Member address: arch...@mail-archive.com

Reply via email to