[issue8413] String interpolation doesn't work with sys.version_info

Eric Smith report at bugs.python.org
Thu Apr 29 17:36:53 CEST 2010


Eric Smith <eric at trueblade.com> added the comment:

The other thing to do would be to convince PyTuple_Check that PyStructSequences are tuples, but that would no doubt come with its own set of regressions.

Since this problem is 1) hard to fix and 2) probably of minimal impact, I think the best course is to do nothing.

----------

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


More information about the Python-bugs-list mailing list