New submission from Mark Florisson <markflorisso...@gmail.com>: >>> '{0[0](10)}'.format([None]) Traceback (most recent call last): File "<stdin>", line 1, in <module> SystemError: error return without exception set
---------- components: Interpreter Core messages: 88198 nosy: eggy severity: normal status: open title: str.format raises SystemError type: behavior versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6089> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com