scrapinghub / js2xml

Convert Javascript code to an XML document
MIT License
186 stars 23 forks source link

Update print example in Readme #41

Closed elacuesta closed 4 years ago

elacuesta commented 4 years ago

from __future__ import print_function is not really necessary, and it would add unnecessary complexity to the example IMHO. This does not get interpreted as a function call in Py2, but as a statement with parenthesized arguments, which doesn't change its semantics.

codecov[bot] commented 4 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   89.30%   89.30%           
=======================================
  Files           6        6           
  Lines         533      533           
=======================================
  Hits          476      476           
  Misses         57       57           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 119d926...c8a0f4e. Read the comment docs.