From 9cfefd52773e87fd1532ea9686537f3947755e6f Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Wed, 3 Feb 2016 20:59:56 -0200 Subject: [PATCH] favor beta over basic to describe PY3 support --- docs/news.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index ea797c1ee..78655cad7 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -8,8 +8,8 @@ Release notes This 1.1 release brings a lot of interesting features and bug fixes: -- Scrapy 1.1 has basic Python 3 support (requires Twisted >= 15.5). See - :ref:`news_basicpy3` for more details and some limitations. +- Scrapy 1.1 has beta Python 3 support (requires Twisted >= 15.5). See + :ref:`news_betapy3` for more details and some limitations. - Hot new features: - Item loaders now support nested loaders (:issue:`1467`). @@ -41,7 +41,7 @@ This 1.1 release brings a lot of interesting features and bug fixes: Keep reading for more details on other improvements and bug fixes. -.. _news_basicpy3: +.. _news_betapy3: Beta Python 3 Support ~~~~~~~~~~~~~~~~~~~~~