Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Andres Moreira 05f4a26cca Fixed bug for unicode support.The empty string ('') in some platforms is decoding as ascii, independently of the default encoding of python, changed to u''.
--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40309
2008-10-06 11:58:11 +00:00
scrapy/trunk Fixed bug for unicode support.The empty string ('') in some platforms is decoding as ascii, independently of the default encoding of python, changed to u''. 2008-10-06 11:58:11 +00:00
sites Change site-media with static in css file 2008-09-19 20:00:08 +00:00
.hgignore dummy file to shift a revision 2009-05-04 18:16:20 +00:00