File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Release date: TBA
18
18
19
19
Closes #6802
20
20
21
+ * Fixed a false positive regression in 2.13 for ``used-before-assignment `` where it is safe to rely
22
+ on a name defined only in an ``except `` block because the ``else `` block returned.
23
+
24
+ Closes #6790
25
+
21
26
* Fixed the use of abbreviations for some special options on the command line.
22
27
23
28
Closes #6810
@@ -106,11 +111,6 @@ Release date: 2022-06-01
106
111
107
112
Refs #6462
108
113
109
- * Fixed a false positive regression in 2.13 for ``used-before-assignment `` where it is safe to rely
110
- on a name defined only in an ``except `` block because the ``else `` block returned.
111
-
112
- Closes #6790
113
-
114
114
* Removed the ``assign-to-new-keyword `` message as there are no new keywords in the supported Python
115
115
versions any longer.
116
116
You can’t perform that action at this time.
0 commit comments