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

New submission from STINNER Victor <vstinner@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@python components: Documentation keywords: easy messages: 337290 nosy: docs@python, vstinner priority: normal severity: normal status: open title: [EASY Doc] Typo in hashlib error message versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

Change by Emmanuel Arias <emmanuelarias30@gmail.com>: ---------- keywords: +patch pull_requests: +12190 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

Stéphane Wirtel <stephane@wirtel.be> added the comment: Thank you @eamanu. ---------- keywords: -patch nosy: +matrixise stage: patch review -> _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

Change by Emmanuel Arias <emmanuelarias30@gmail.com>: ---------- nosy: +eamanu _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

STINNER Victor <vstinner@redhat.com> added the comment: New changeset b71e28ea91259ca3914e2ff84fc126795ea6b848 by Victor Stinner (Emmanuel Arias) in branch 'master': bpo-36209: Fix typo on hashlib error message (GH-12194) https://github.com/python/cpython/commit/b71e28ea91259ca3914e2ff84fc126795ea... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- keywords: +patch pull_requests: +12192 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 42c649347a11789666c461ecbd3bdca27b957c9b by Miss Islington (bot) in branch '3.7': bpo-36209: Fix typo on hashlib error message (GH-12194) https://github.com/python/cpython/commit/42c649347a11789666c461ecbd3bdca27b9... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________

STINNER Victor <vstinner@redhat.com> added the comment: Thanks Emmanuel Arias. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36209> _______________________________________
participants (4)
-
Emmanuel Arias
-
miss-islington
-
STINNER Victor
-
Stéphane Wirtel