From e8d356c9caa061fd50a03e2e1ca243a566d72da4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 17 Oct 2018 09:13:25 +0300 Subject: [PATCH] README.md: Add TODO about Python 3.6+ f-string syntax They are faster. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c88f5a6..d11fd4f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The API exposes the following endpoints: - Check if database exists (try/except) - Version API - Use JSON in PostgreSQL +- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/) ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).