We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f08b commit 4a83167Copy full SHA for 4a83167
docs/faq.rst
@@ -29,7 +29,7 @@ comparing `jinja2`_ to `Django`_.
29
What Python versions does Scrapy support?
30
-----------------------------------------
31
32
-Scrapy runs in Python 2.5, 2.6 and 2.6. But it's recommended you use Python 2.6
+Scrapy runs in Python 2.5, 2.6 and 2.7. But it's recommended you use Python 2.6
33
or above, since the Python 2.5 standard library has a few bugs in their URL
34
handling libraries. Some of these Python 2.5 bugs not only affect Scrapy but
35
any user code, such as spiders. You can see a list of `Python 2.5 bugs that
0 commit comments