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.

classification
Title: Typo in inspect.getclosurevars docstring
Type: behavior Stage: resolved
Components: Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ncoghlan Nosy List: meador.inge, ncoghlan, python-dev
Priority: normal Keywords:

Created on 2012-07-20 01:12 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg165893 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2012-07-20 01:12
s/dics/dicts/

http://hg.python.org/cpython/file/default/Lib/inspect.py#l1049
msg165896 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-20 02:33
New changeset abc26b51fbfc by Meador Inge in branch 'default':
Issue #15401: Fix typo in inspect.getclosurevars docstring.
http://hg.python.org/cpython/rev/abc26b51fbfc
msg165897 - (view) Author: Meador Inge (meador.inge) * (Python committer) Date: 2012-07-20 02:36
Whoops.  Nick, I missed that this was assigned to you when I committed a fix.  Sorry about that.
msg165899 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2012-07-20 04:11
No worries - I only did that as a reminder to fix it when I got home tonight. It's bugs like this where I wish we had the infrastructure for Github-style online code editing set up :)
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59606
2012-07-20 04:11:07ncoghlansetmessages: + msg165899
2012-07-20 02:36:41meador.ingesetstatus: open -> closed

type: behavior
versions: + Python 3.3
nosy: + meador.inge

messages: + msg165897
resolution: fixed
stage: resolved
2012-07-20 02:33:57python-devsetnosy: + python-dev
messages: + msg165896
2012-07-20 01:12:29ncoghlancreate