summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2019-04-28 20:48:13 +0100
committerChris Withers <chris@withers.org>2019-04-30 08:39:55 +0100
commite684d678a1437d5c0950ff6c862ef7a2495df70c (patch)
tree90a35b503a7af40256efac00d330cfa50af9dcab /docs
parent57ef3bb5a48ccc549563c42f4a3f1f105ab49c29 (diff)
downloadmock-e684d678a1437d5c0950ff6c862ef7a2495df70c.tar.gz
backport note that f-strings should be re-written.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index efa128a..5ed2d8b 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -142,6 +142,8 @@ Backporting rules
- ``isinstance`` checks in cPython to ``type`` need to check ``ClassTypes``.
Code calling ``obj.isidentifier`` needs to change to ``_isidentifier(obj)``.
+- f-strings need to be rewritten using some other string substitution.
+
Backporting process
-------------------