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: PEP 341 is not reflected in the documentation
Type: enhancement Stage:
Components: Documentation Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: Yinon, georg.brandl
Priority: normal Keywords:

Created on 2008-01-08 08:50 by Yinon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg59525 - (view) Author: Yinon Ehrlich (Yinon) Date: 2008-01-08 08:50
Compare:
http://docs.python.org/whatsnew/pep-341.html

With:
http://docs.python.org/ref/exceptions.html
http://docs.python.org/tut/node10.html#SECTION0010300000000000000000
msg66744 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-12 17:15
Should be fixed now with r63175.
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46100
2008-05-12 17:15:43georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg66744
2008-01-08 18:13:58christian.heimessetpriority: normal
assignee: georg.brandl
nosy: + georg.brandl
versions: + Python 2.6
2008-01-08 08:50:50Yinoncreate