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: failure behaviour of compile() is missing
Type: Stage:
Components: Documentation Versions: Python 2.4, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: AchimGaedke, georg.brandl
Priority: normal Keywords:

Created on 2007-11-26 19:23 by AchimGaedke, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg57850 - (view) Author: Achim Gaedke (AchimGaedke) Date: 2007-11-26 19:22
Regarding the compile() function in html/lib/built-in-funcs.html:
Please add a note about the exceptions raised by this function.
msg59396 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-06 16:23
Should be done in r59781.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45840
2008-01-06 16:23:06georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg59396
nosy: + georg.brandl
2007-11-26 19:23:00AchimGaedkecreate