New submission from Brett Cannon:

Give IndexError an index attribute to store the index it was raised for. Since 
it is typically an integer there is no reason to worry about GC and thus using 
a regex.

----------
components: Interpreter Core
messages: 190777
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Add index attribute to IndexError
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18162>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to