remove tests and docs for python 2.6 and 3.3

This commit is contained in:
David Lord 2017-12-14 13:05:52 -08:00
parent 5dffa6db53
commit 2c7a1ffa71
8 changed files with 11 additions and 51 deletions

View file

@ -45,11 +45,3 @@ spam, links to malicious software, and the like.
Flask is no different from any other framework in that you the developer must
build with caution, watching for exploits when building to your requirements.
Python 3 Support in Flask
-------------------------
Flask, its dependencies, and most Flask extensions all support Python 3.
If you want to use Flask with Python 3 have a look at the :ref:`python3-support` page.
Continue to :ref:`installation` or the :ref:`quickstart`.