[Python-3000] hash as attribute/property

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 5 02:07:59 CEST 2006


Barry Warsaw wrote:
> While we were at it, we changed everything
> that returns a newly formed concrete sequence to returning an iterator
> (which broke code that was doing random access into the sequence,

That sounds like a good use for Py3k-style views!

--
Greg


More information about the Python-3000 mailing list