From 3854050d5757d63eaf594165a775ce1e68d532fd Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Tue, 26 Feb 2019 10:14:59 +0000 Subject: [PATCH] Python: Update documentation for new web frameworks. --- change-notes/1.20/analysis-python.md | 4 +++- change-notes/1.20/support/python-frameworks.csv | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/change-notes/1.20/analysis-python.md b/change-notes/1.20/analysis-python.md index 2cabef7cba6..cc5442d8c76 100644 --- a/change-notes/1.20/analysis-python.md +++ b/change-notes/1.20/analysis-python.md @@ -38,5 +38,7 @@ The API has been improved to declutter the global namespace and improve discover ## Changes to QL libraries * Added support for the `dill` pickle library. - * Added support for the bottle web framework. + * Added support for the `bottle` web framework. + * Added support for the `turbogears` web framework. + diff --git a/change-notes/1.20/support/python-frameworks.csv b/change-notes/1.20/support/python-frameworks.csv index 0e54f08aaa7..cafdbe20a83 100644 --- a/change-notes/1.20/support/python-frameworks.csv +++ b/change-notes/1.20/support/python-frameworks.csv @@ -1,7 +1,9 @@ Name, Category +Bottle, Web framework Django, Web application framework Flask, Microframework Pyramid, Web application framework Tornado, Web application framework and asynchronous networking library +Turbogears, Web framework Twisted, Networking engine WebOb, WSGI request library