Re: [Python-Dev] Replacement for print in Python 3.0

2005-09-01 Thread Eli Stevens (WG.c)
Guido van Rossum wrote: > It seems to me that, as long as write() and writeln() were built-ins > taking multiple args, teaching a beginner to use > > writeln("The answer is: ", 4+4) > > > is perfectly clear (and might be a gentle introduction to function > calls as well). Hello, I'm Eli

Re: [Python-Dev] LinkedHashSet/LinkedHashMap equivalents

2005-03-09 Thread Eli Stevens (WG.c)
Steven Bethard wrote: Thomas Heller <[EMAIL PROTECTED]> wrote: [About an ordered dictionary] Well, that was basically the question I posed. So far I've seen only one use for it, and that one is better served by adding a function to itertools. What use do you have for it other than filtering dupli