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 Context Manager Types
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: facundobatista, nhaines
Priority: normal Keywords:

Created on 2007-10-18 01:06 by nhaines, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg56510 - (view) Author: Nathan Haines (nhaines) Date: 2007-10-18 01:06
In the first sentence in the ContextManager.__exit__() section,
"exception" is spelled "expection".
msg56513 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2007-10-18 03:27
Where this happens? In the documentation? In the PEP? Do you have the
URL where you found this?
msg56515 - (view) Author: Nathan Haines (nhaines) Date: 2007-10-18 03:37
This typo is in the Python Library Reference manual, section 3.10, for
versions 2.5, 2.6, and 3.0.
msg56516 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2007-10-18 03:45
Fixed in rev 58531.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45630
2007-10-18 03:45:33facundobatistasetstatus: open -> closed
resolution: fixed
messages: + msg56516
2007-10-18 03:37:08nhainessetmessages: + msg56515
2007-10-18 03:27:59facundobatistasetnosy: + facundobatista
messages: + msg56513
2007-10-18 01:06:05nhainescreate