[Python-checkins] CVS: python/dist/src/Objects listobject.c,2.63,2.64

Guido van Rossum guido@python.org
Thu, 24 Feb 2000 16:42:12 -0500


> On a separate track, how about using the ":Name" form in the ParseTuple
> calls? It improves the error response a bit more...
> 
> Is that something you'd want to see in all the ParseTuple calls?

Ah, darn.  I tried ";message" but it's inferior; I'd forgotten about
":name".  Yes, that should be standard...  Patches, please?

--Guido van Rossum (home page: http://www.python.org/~guido/)