From 73cc066caad75e3dc7aa3e8343d0bc89baab4cae Mon Sep 17 00:00:00 2001 From: Pawel Miech Date: Fri, 17 Jun 2016 09:21:58 +0200 Subject: [PATCH] [docs] add note about windows + python3 --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index cbcd4d613..ac87b449d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -72,7 +72,7 @@ features are still missing (and some may never be ported). Almost all builtin extensions/middlewares are expected to work. However, we are aware of some limitations in Python 3: -- Scrapy has not been tested on Windows with Python 3 +- Scrapy does not work on Windows with Python 3 - Sending emails is not supported - FTP download handler is not supported - Telnet console is not supported