@@ -24,20 +24,20 @@ The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python
24
24
licensed under the[ Apache License, version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 )
25
25
26
26
27
- Plans for the future
27
+ Major changes in 4.0
28
28
--------------------
29
29
30
- Version 3.4is the last version in the 3.x range. Version 4.0will drop the following modules,
30
+ Version 3.4was the last version in the 3.x range. Version 4.0drops the following modules,
31
31
as they are insecure:
32
32
33
33
- ` rsa._version133 `
34
34
- ` rsa._version200 `
35
35
- ` rsa.bigfile `
36
36
- ` rsa.varblock `
37
37
38
- Those modulesare marked as deprecated in version 3.4.
38
+ Those moduleswere marked as deprecated in version 3.4.
39
39
40
- Furthermore, in 4.0 the I/O functionswill be streamlined to always work with bytes on all
40
+ Furthermore, in 4.0 the I/O functionsis streamlined to always work with bytes on all
41
41
supported versions of Python.
42
42
43
- Version 4.0will drop support for Python 2.6 and 3.3.
43
+ Version 4.0drops support for Python 2.6 and 3.3.