Re: [Python-Dev] enum discussion: can someone please summarize open issues?

2013年4月28日 23:56:28 -0700

On 2013年4月28日 17:29:35 -0700
Ethan Furman <[email protected]> wrote:
> 
> Not only is this inconsistent with the rest of Python*, but it's going to be 
> a PITA for data storage/retrieval:
> 
> datastore = dbf.Table('storage.dbf', 'event_name C(50); date D; season 
> SEASON')
> 
> def retrieve_record(...):
> result = []
> for field_type, field_data in record:
> result.append(field_type(field_data))
I've never seen any kind of "data retrieval" which works like that.
Would you care to explain us the context?
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to