Make f-strings backward compatible for Python < 3.12
This commit is contained in:
@@ -84,5 +84,8 @@ For the full documentation, see the Python docstrings.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.1.1
|
||||
- backward compatibility for Python < 3.12: in Python < 3.12, f-string expression parts could not contain backslashes. The code contained an f-string with backslahes in the expression part. As an alternative to the f-string, normal strings are concatenated now.
|
||||
|
||||
### Version 0.1.0
|
||||
- Changed the name from `config-parser` to `jcloud-config-parser`
|
||||
Reference in New Issue
Block a user