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 264a62e commit 6e368edCopy full SHA for 6e368ed
CHANGELOG.md
@@ -28,8 +28,7 @@ the minified code may only run with Python 3.12.
28
Will be minified to:
29
30
```python
31
- def a():
32
- raise ValueError
+ def a():raise ValueError
33
```
34
35
The raise statement automatically instantiates classes derived from Exception, so the brackets are not required.
@@ -43,7 +42,7 @@ the minified code may only run with Python 3.12.
43
42
44
45
46
- SECONDS_IN_A_DAY = 86400
+ SECONDS_IN_A_DAY=86400
47
48
49
### Changed
0 commit comments