Skip to content

Commit 273adcb

Browse files
committed
update new_features post 1.3.0 release
1 parent 6d593fc commit 273adcb

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/new_features.rst

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ You can also install the master (head of tree) version from GitHub, either using
88
Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
99
guaranteed to work at any random time, and newly-added features might change.
1010

11-
This release is 1.3.0, released on February 24, 2021. Here is the `documentation
12-
<https://hacs-pyscript.readthedocs.io/en/1.3.0>`__ for this release.
11+
..
12+
This release is 1.3.0, released on February 24, 2021. Here is the `documentation
13+
<https://hacs-pyscript.readthedocs.io/en/1.3.0>`__ for this release.
14+
15+
The latest release is 1.3.0, released on February 24, 2021. Here is the `documentation
16+
<https://hacs-pyscript.readthedocs.io/en/1.3.0>`__ for that release.
1317

1418
Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
1519
Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest>`__ if you want
@@ -18,3 +22,23 @@ to see the development version of the documentation.
1822
If you want to see development progress since 1.3.0, see
1923
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__ in the latest
2024
documentation, or look at the `GitHub repository <https://github.com/custom-components/pyscript>`__.
25+
26+
Planned new features post 1.3.0 include:
27+
28+
- Consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
29+
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
30+
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
31+
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
32+
enabled when ``allow_all_imports`` is set.
33+
34+
The new features since 1.3.0 in master include:
35+
36+
None yet.
37+
38+
Breaking changes since 1.3.0 include:
39+
40+
None yet.
41+
42+
Bug fixes since 1.3.0 include:
43+
44+
None yet.

0 commit comments

Comments
 (0)