(original) (raw)

On 04/25/2012 10:31 PM, Eric Snow wrote:
The patch adds a struct sequence that holds ("name" => "CPython",  
"version" => sys.version\_info). If later needs dictate more fields,  
we can cross that bridge then.  

My one bit of bike-shedding: I don't think it's desirable that this object be iterable.  Therefore I suggest you don't use struct sequence.


/arry