Chris Jerdonek added the comment:

For maintenance releases, I think I would favor abbreviating the list only if 
it is "lossless" (e.g. for xrange objects).  I think I would also be okay with 
abbreviating for arbitrary xranges -- in particular for arbitrary steps.  For 
example, for xrange(0, 50, 3), I think something like the following might be 
better: "0, 3, 6, 9, ... 45, 48" (we could also include a difference hint).

----------

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

Reply via email to