[issue34571] help(hashlib.blake2b) causes RuntimeError in 3.7

2018-09-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It should be fixed in issue33729. -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed superseder: -> Hashlib/blake2* missing 'data' keyword argument ___ Python tracke

[issue34571] help(hashlib.blake2b) causes RuntimeError in 3.7

2018-09-03 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34571] help(hashlib.blake2b) causes RuntimeError in 3.7

2018-09-03 Thread mcdallas
New submission from mcdallas : $ python3.7 Python 3.7.0 (default, Jul 23 2018, 20:22:55) [Clang 9.1.0 (clang-902.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import hashlib >>