Przeglądaj źródła

python: Update READMEs

INADA Naoki 10 lat temu
rodzic
commit
a09b36673a

+ 4 - 4
frameworks/Python/README.md

@@ -6,10 +6,10 @@ For further guidance, review the
 
 ## Infrastructure Software Versions
 
-* [python2 2.7.9](https://www.python.org/)
-* [python3 3.4.2](https://www.python.org/)
-* [pypy 2.4.0](http://pypy.org/)
-* [nginx 1.4.1](http://nginx.org/)
+* [Python2 2.7.10](https://www.python.org/)
+* [Python3 3.4.3](https://www.python.org/)
+* [PyPy 2.6.0](http://pypy.org/)
+* [nginx](http://nginx.org/)
 
 ## Get Help
 

+ 1 - 6
frameworks/Python/flask/README.md

@@ -15,14 +15,9 @@ All test implementations are located within a single file
 
 Flask + Flask-SQLAlchemy
 
-### Interpreter
-
-* CPython 2.7.4
-* PyPy 2.0
-
 ### Database
 
-MySQL (MySQL-python on CPython, PyMySQL on PyPy)
+MySQL (mysqlclient on CPython, PyMySQL on PyPy)
 
 ### Server
 

+ 0 - 7
frameworks/Python/wsgi/README.md

@@ -8,13 +8,6 @@ review the [documentation](http://frameworkbenchmarks.readthedocs.org/en/latest/
 Also note that there is additional information provided in 
 the [Python README](../).
 
-## Infrastructure Software Versions
-
-The tests were run with:
-
-* [Python 2.7.3](http://www.python.org/)
-* [Gunicorn 0.17.2](http://gunicorn.org/)
-
 ## Test Paths & Sources
 
 * [JSON Serialization](hello.py): "/json"