We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b03e2 commit 1b1b958Copy full SHA for 1b1b958
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+### Fixed
10
+- Rare Exceptions when encountering empty f-string str parts
11
+- Missing required parentheses in return statements for iterable unpacking in python <3.8
12
+- Missing parentheses in some complex dict expansions
13
+
14
### Removed
15
- Python 2.6 support
16
0 commit comments