sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
159 stars 69 forks source link

Python3 unicode #101

Closed MaxKurama closed 8 years ago

MaxKurama commented 8 years ago

In python3 we do not have unicode strings, so we do not need to decode them.

pwaller commented 8 years ago

Duplicate of #100.