greedo / python-xbrl

xbrl parser written in Python :bulb:
https://pypi.python.org/pypi/python-xbrl
Apache License 2.0
220 stars 76 forks source link

The example in the README has been updated to reflect the fact that #38

Closed robren closed 7 years ago

robren commented 7 years ago

file() is not supported in python 3 and it's recomended to use open() instead.

https://docs.python.org/2/library/functions.html#file