Stdlib now uses hashlib instead of md5 und sha. Typos fix.
This commit is contained in:
parent
114e0173d8
commit
05c42e8365
|
@ -83,7 +83,6 @@ Completed features for 2.5
|
||||||
(replaces old md5 and sha modules)
|
(replaces old md5 and sha modules)
|
||||||
|
|
||||||
- msilib -- for creating MSI files and bdist_msi in distutils.
|
- msilib -- for creating MSI files and bdist_msi in distutils.
|
||||||
There are no docs yet.
|
|
||||||
|
|
||||||
- pysqlite
|
- pysqlite
|
||||||
|
|
||||||
|
@ -106,6 +105,7 @@ Completed features for 2.5
|
||||||
|
|
||||||
- Support for building "fat" Mac binaries (Intel and PPC)
|
- Support for building "fat" Mac binaries (Intel and PPC)
|
||||||
|
|
||||||
|
|
||||||
Possible features for 2.5
|
Possible features for 2.5
|
||||||
|
|
||||||
Each feature below should implemented prior to beta1 or
|
Each feature below should implemented prior to beta1 or
|
||||||
|
@ -142,9 +142,6 @@ Possible features for 2.5
|
||||||
- Python core should compile cleanly with g++
|
- Python core should compile cleanly with g++
|
||||||
(Owner: Anthony)
|
(Owner: Anthony)
|
||||||
|
|
||||||
- upgrade stdlib to use newer hashlib module instead of older
|
|
||||||
deprecated md5/sha modules.
|
|
||||||
(Owner: Anthony)
|
|
||||||
|
|
||||||
Deferred until 2.6:
|
Deferred until 2.6:
|
||||||
|
|
||||||
|
@ -152,7 +149,7 @@ Deferred until 2.6:
|
||||||
http://mail.python.org/pipermail/python-dev/2006-February/060926.html
|
http://mail.python.org/pipermail/python-dev/2006-February/060926.html
|
||||||
|
|
||||||
- bdist_egg in distutils package
|
- bdist_egg in distutils package
|
||||||
(though bsdist_egg is supported in setuptools)
|
(though bdist_egg is supported in setuptools)
|
||||||
|
|
||||||
- pure python pgen module
|
- pure python pgen module
|
||||||
(Owner: Guido)
|
(Owner: Guido)
|
||||||
|
|
Loading…
Reference in New Issue