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)
|
||||
|
||||
- msilib -- for creating MSI files and bdist_msi in distutils.
|
||||
There are no docs yet.
|
||||
|
||||
- pysqlite
|
||||
|
||||
|
@ -106,6 +105,7 @@ Completed features for 2.5
|
|||
|
||||
- Support for building "fat" Mac binaries (Intel and PPC)
|
||||
|
||||
|
||||
Possible features for 2.5
|
||||
|
||||
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++
|
||||
(Owner: Anthony)
|
||||
|
||||
- upgrade stdlib to use newer hashlib module instead of older
|
||||
deprecated md5/sha modules.
|
||||
(Owner: Anthony)
|
||||
|
||||
Deferred until 2.6:
|
||||
|
||||
|
@ -152,7 +149,7 @@ Deferred until 2.6:
|
|||
http://mail.python.org/pipermail/python-dev/2006-February/060926.html
|
||||
|
||||
- bdist_egg in distutils package
|
||||
(though bsdist_egg is supported in setuptools)
|
||||
(though bdist_egg is supported in setuptools)
|
||||
|
||||
- pure python pgen module
|
||||
(Owner: Guido)
|
||||
|
|
Loading…
Reference in New Issue