[Forest]
Perhaps a new method like getfirst() would be worth while here?

Guido already gave you a way to access the first item using the existing API.
Using next(iter(d)) also works.


Raymond

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
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