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 27a7171d42
commit 28d0f66c1f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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`.