This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minor error in md5 docs
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kjohnson
Priority: normal Keywords:

Created on 2005-12-22 15:56 by kjohnson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27127 - (view) Author: Kent Johnson (kjohnson) * Date: 2005-12-22 15:56
In the Library Reference 15.2 md5 section, the new()
and md5() functions are introduced with the text "md5
objects support the following methods:". These are
module-level functions, not instance methods, so a
better text would be "The md5 module provides the
following functions:"

Thanks,
Kent
msg27128 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-12-22 16:15
Logged In: YES 
user_id=1188172

Thanks, corrected in rev. 41787/41788.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42716
2005-12-22 15:56:17kjohnsoncreate