[New-bugs-announce] [issue14490] abitype.py wrong raise format

Popa Claudiu report at bugs.python.org
Wed Apr 4 13:45:22 CEST 2012


New submission from Popa Claudiu <pcmanticore at gmail.com>:

In Tools/abitype.py an exception is raised using the old format:

raise Exception, '%s has no PyVarObject_HEAD_INIT' % name

The attached patch fixes this problem.

----------
components: Demos and Tools
files: abitype.patch
keywords: patch
messages: 157467
nosy: Popa.Claudiu
priority: normal
severity: normal
status: open
title: abitype.py wrong raise format
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file25114/abitype.patch

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


More information about the New-bugs-announce mailing list