jenkins-bot merged this change.

View Change

Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
[doc] Update framework description

Change-Id: I3d06f3c6acdd8bf4d892d2a88f8a63d448d9badd
---
M pywikibot/README.rst
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/pywikibot/README.rst b/pywikibot/README.rst
index 82b3f35..8d1cca2 100644
--- a/pywikibot/README.rst
+++ b/pywikibot/README.rst
@@ -16,10 +16,8 @@

**External software can be used with Pywikibot:**
* Pydot, Pyparsing and Graphviz for use with interwiki_graph.py
- * JSON for use with site.py, bot.py
- * MySQLdb to access MySQL database for use with pagegenerators.py
- * PyGoogle to access Google Web API and PySearch to access Yahoo! Search
- Web Services for use with pagegenerators.py
+ * PyMySQL to access MySQL database for use with pagegenerators.py
+ * google to access Google Web API for use with pagegenerators.py


Pywikibot makes use of some modules that are part of python, but that
@@ -30,11 +28,11 @@
* python-tkinter (optional, used by some experimental GUI stuff)


-You need to have at least python version `2.7.4 <http://www.python.org/download/>`_
+You need to have at least Python version `2.7.4 <http://www.python.org/download/>`_
or newer installed on your computer to be able to run any of the code in this
-package, but not 3.0-3.3. It works fine with 3.4+ versions of python installed.
-Support for older versions of python is not planned. Some scripts could run with
-older python releases. Please refer the manual at mediawiki for further details
+package, but not 3.0-3.3. Support for older versions of Python is not planned
+and version 2.7 may be dropped soon as well. It works fine with 3.4+ versions
+of Python installed. Please refer the manual at mediawiki for further details
and restrictions.



To view, visit change 509035. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3d06f3c6acdd8bf4d892d2a88f8a63d448d9badd
Gerrit-Change-Number: 509035
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)