[docs] [issue36209] [EASY Doc] Typo in hashlib error message

STINNER Victor report at bugs.python.org
Wed Mar 6 06:06:29 EST 2019


New submission from STINNER Victor <vstinner at redhat.com>:

Seen on a custom builder:

BUILDSTDERR: ======================================================================
BUILDSTDERR: ERROR: test_scrypt (test.test_hashlib.KDFTests)
BUILDSTDERR: ----------------------------------------------------------------------
BUILDSTDERR: Traceback (most recent call last):
BUILDSTDERR:   File "/builddir/build/BUILD/Python-3.7.2/Lib/test/test_hashlib.py", line 942, in test_scrypt
BUILDSTDERR:     result = hashlib.scrypt(password, salt=salt, n=n, r=r, p=p)
BUILDSTDERR: ValueError: Invalid paramemter combination for n, r, p, maxmem.

There is a typo in "paramemter".

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 337290
nosy: docs at python, vstinner
priority: normal
severity: normal
status: open
title: [EASY Doc] Typo in hashlib error message
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36209>
_______________________________________


More information about the docs mailing list