[Python-Dev] quick poll: could int, str, tuple etc. become type objects?

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 07 Jun 2001 14:16:00 +1200 (NZST)


Jack Jansen <jack@oratrix.nl>:

> Should it support 
> items()? Is only x.keys()/x[] good enough?

Check for items(), and fall back on x.keys()/x[] if
necessary.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+