Brian Curtin <cur...@acm.org> added the comment:

A side effect of this change is that it kills the ability to have a 
PyStructSequence which has a smaller visible size than the total number of 
items. For example, sys.getwindowsversion used to have 5 items in the sequence 
and 4 items accessible by name only (for backwards compatibility) -- now it's a 
9 item tuple.

----------
nosy: +brian.curtin

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

Reply via email to