[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50bedeffec2f by Terry Jan Reedy in branch '3.4': Issue 22603: add Francisco Fernández Castaño to ACKS. https://hg.python.org/cpython/rev/50bedeffec2f -- ___ Python tracker

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Francisco Fernández Castaño
Francisco Fernández Castaño added the comment: Under Fernández it's ok. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks. Should you be alphabetized in our ACKS file under Ca... or Fe...? -- resolution: -> fixed stage: commit review -> resolved ___ Python tracker _

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset b81443d9c64a by Terry Jan Reedy in branch '3.4': Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. https://hg.python.org/cpython/rev/b81443d9c64a -- nosy: +python-dev ___ Python trac

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: docs@python -> terry.reedy nosy: +terry.reedy type: enhancement -> behavior versions: -Python 3.2, Python 3.3 ___ Python tracker ___ ___

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ncoghlan stage: -> commit review type: crash -> enhancement ___ Python tracker ___ __

[issue22603] Fix a typo in the contextlib docs

2014-10-10 Thread Francisco Fernández Castaño
New submission from Francisco Fernández Castaño: >From the code example at >https://docs.python.org/3/library/contextlib.html#contextlib.ContextDecorator "logging.info('Entering: {}'.format(name)) NameError: name 'name' is not defined" name is referenced instead of self.name -- assign