[issue7951] Should str.format allow negative indexes when used for __getitem__ access?

Raymond Hettinger report at bugs.python.org
Fri Jun 18 23:38:24 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Perhaps this ought to be discussed on python-ideas or python-dev for a bit.  It is not entirely clear that this is a GoodThingToDo(tm) nor is it clear that we want other Python implementations to have to invest the same effort.

The spirit of the language freeze suggests that we shouldn't add this unless we really need it.  The goal was to let other implementations catch up, not to add to their list of incompatabilites.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list