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.
Created on 2014年07月09日 15:48 by thosehippos, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg222623 - (view) | Author: Roy (thosehippos) | Date: 2014年07月09日 15:48 | |
In the documentation in 15.2 (https://docs.python.org/3/library/hmac.html), under hmac.new(key, msg=None, digestmod=None), it says "Paramter digestmod", which should be "Parameter digestmod" |
|||
| msg222624 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年07月09日 17:16 | |
New changeset 5be778fec115 by Berker Peksag in branch '3.4': Issues #21948 and #16040: Fix typos. http://hg.python.org/cpython/rev/5be778fec115 New changeset 051cc4f60384 by Berker Peksag in branch 'default': Issues #21948 and #16040: Merge with 3.4. http://hg.python.org/cpython/rev/051cc4f60384 |
|||
| msg222626 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2014年07月09日 17:18 | |
Fixed. Thanks for the report. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:05 | admin | set | github: 66147 |
| 2014年07月09日 17:18:16 | berker.peksag | set | status: open -> closed resolution: fixed assignee: berker.peksag stage: resolved versions: + Python 3.5 nosy: + berker.peksag messages: + msg222626 components: + Documentation type: enhancement -> behavior |
| 2014年07月09日 17:16:32 | python-dev | set | nosy:
+ python-dev messages: + msg222624 |
| 2014年07月09日 15:48:18 | thosehippos | create | |