← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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()'

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: pep8

** Changed in: openobject-addons
    Milestone: None => 6.0-rc2

-- 
[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: New

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()'





Follow ups

References