diff options
author | Zufu Liu <unknown> | 2017-10-15 09:32:54 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2017-10-15 09:32:54 +1100 |
commit | 4d9fec4df948eea53dac295a7aeddbcd92b39ed9 (patch) | |
tree | 1b19a1820fac09ee2c3198cb871ef7bc61bb4949 /doc/ScintillaHistory.html | |
parent | dfbe85f34adf4a6f5dbc9a0ed4790d7a844c2fc3 (diff) | |
download | scintilla-mirror-4d9fec4df948eea53dac295a7aeddbcd92b39ed9.tar.gz |
Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 425de7247..6042e2fb8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -553,6 +553,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1966/">Bug #1966</a>. </li> <li> + The Python folder treats triple-quoted f-strings like triple-quoted strings. + <a href="http://sourceforge.net/p/scintilla/bugs/1977/">Bug #1977</a>. + </li> + <li> The SQL lexer uses sql.backslash.escapes for double quoted strings. <a href="http://sourceforge.net/p/scintilla/bugs/1968/">Bug #1968</a>. </li> |