mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* md5.md5(string) * switch md5 from str to AnyStr, add missing constants * add missing import * digest() and hexdigest() never return unicode * make md5.md5 an alias of, and fix, hashlib_hash * remove unnecessary import * fix duplicate block_size * md5.md5 and md5.new are aliases for hashlib.md5