[New-bugs-announce] [issue3706] Fix error message for wrong exec() argument type

Georg Brandl report at bugs.python.org
Thu Aug 28 00:35:07 CEST 2008


New submission from Georg Brandl <georg at python.org>:

Fixes exec() message that claims it supports file objects.

Also makes error messages from compile(), exec() and eval() more
concrete, and in the case of compile() more correct.

----------
files: bltin.diff
keywords: needs review, patch, patch
messages: 72046
nosy: georg.brandl
priority: normal
severity: normal
status: open
title: Fix error message for wrong exec() argument type
Added file: http://bugs.python.org/file11274/bltin.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3706>
_______________________________________


More information about the New-bugs-announce mailing list