Skip to content

Commit b25a834

Browse files
committed
Added plans for the future to README
1 parent 6b6d297 commit b25a834

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,24 @@ Download and install using:
2121

2222
pip install rsa
2323

24-
or:
25-
26-
easy_install rsa
27-
2824
or download it from the [Python Package Index](https://pypi.python.org/pypi/rsa).
2925

3026
The source code is maintained at [Github](https://github.com/sybrenstuvel/python-rsa/) and is
3127
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
3228

29+
30+
Plans for the future
31+
--------------------
32+
33+
Version 3.4 is the last version in the 3.x range. Version 4.0 will drop the following modules,
34+
as they are insecure:
35+
36+
- `rsa._version133`
37+
- `rsa._version200`
38+
- `rsa.bigfile`
39+
- `rsa.varblock`
40+
41+
Those modules are marked as deprecated in version 3.4.
42+
43+
Furthermore, in 4.0 the I/O functions will be streamlined to always work with bytes on all
44+
supported versions of Python.

0 commit comments

Comments
 (0)