← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 676500] Re: [6.0] Backticks are deprecated (PEP8 compliant)

 

Hello Christophe,

As I answered in your other similar bug reports about PEP8 compliance, this is not a bug.
Like all code improvements, this is interesting but should happen gradually as code is modified/improved, not as a global change just for the sake of it. 

Thanks for listing these issues, we can track the pep8-tagged bugs later
for reference if we need them.

** Changed in: openobject-addons
       Status: New => Invalid

-- 
[6.0] Backticks are deprecated (PEP8 compliant)
https://bugs.launchpad.net/bugs/676500
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Invalid

Bug description:
Theses files uses ``instead of repr()

./auction/barcode/common.py:300:21: W604 backticks are deprecated, use 'repr()'
./auction/barcode/usps.py:207:39: W604 backticks are deprecated, use 'repr()'
./email_template/html2text.py:279:39: W604 backticks are deprecated, use 'repr()'
./email_template/html2text.py:298:29: W604 backticks are deprecated, use 'repr()'
./email_template/html2text.py:322:28: W604 backticks are deprecated, use 'repr()'
./email_template/html2text.py:391:41: W604 backticks are deprecated, use 'repr()'





References