File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11.. default-role :: code
22
3- Unreleased
3+ 0.26.0 (released 2023-02-08)
44=============================
55
66Removals
@@ -42,10 +42,11 @@ New Features
4242------------------------------
4343* Pyodide is now officially supported.
4444* `. `, `.. `, etc. are now usable as ordinary symbols (with the
45- remaining special rule that `... ` compiles to `Ellipsis `)
45+ remaining special rule that `... ` compiles to `Ellipsis `).
4646* On Pythons ≥ 3.7, Hy modules can now be imported from ZIP
4747 archives in the same way as Python modules, via `zipimport `_.
48- * `hy2py ` now supports directory input, and will recursively convert hy source code into python source code.
48+ * `hy2py ` has a new command-line option `--output `.
49+ * `hy2py ` can now operate recursively on a directory.
4950
5051.. _zipimport : https://docs.python.org/3.11/library/zipimport.html
5152
You can’t perform that action at this time.
0 commit comments