Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hy-1.0.0.tar.gz | 2024-09-22 | 121.8 kB | |
1.0.0 (_Afternoon Review_) source code.tar.gz | 2024-09-22 | 456.6 kB | |
1.0.0 (_Afternoon Review_) source code.zip | 2024-09-22 | 504.4 kB | |
README.md | 2024-09-22 | 444 Bytes | |
Totals: 4 Items | 1.1 MB | 0 |
Supports Python 3.8 – Python 3.13
See also the announcement post for this release.
Bug Fixes
- Fixed a crash on Python 3.12.6.
- Keyword objects can now be compared to each other with
<
etc. - The order of evaluation in multi-item
with
s now matches that of nested one-itemwith
s. - Fixed a bug in which the REPL misinterpreted the symbol
pass
.