scrapinghub / js2xml

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

Opening in U mode has been deprecated and will be removed in Python 3.10 #37

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago
js2xml/__main__.py
15:        fo = sys.stdin if fn == '-' else open(fn, 'rU')

Ref : https://bugs.python.org/issue39674