4860f523d4
Starting with Python 3.6, invalid escape sequences in string literals are now deprecated[1]. This influence also automatic style checkers like pycodestyle which starting with 2.4.0 complains about invalid escape sequences (W605)[2]. Let's fix all those warnings at once by using raw strings where possible and adding additional \ where not. Footnotes: 1 - https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior 2 - https://github.com/PyCQA/pycodestyle/pull/676 Change-Id: I009a366fd8342edfd30890df6fe8e1fca88bf3cc Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> |
||
---|---|---|
.. | ||
examples | ||
example_gen.sh | ||
gendoc.sh | ||
local.conf | ||
README | ||
setup.py | ||
tox.ini |
Example Generator Settings for the example generator are in examples/local.conf After customizing examples/local.conf, run: ./example_gen.sh 2012-06-12 - Updated to work with trove - All XML calls are commented out - Management calls are also commented out 2012-06-14 - Renabled XML calls