Re: [Python-Dev] Set the namespace free!

2010-07-22 Thread
> > !for boo in foo: !if boo is !None: !print(hoo) !else: !return !sorted(woo) I feel most people could not bear such a difficult syntax. Why have I to type so much '!'s ? On Thu, Jul 22, 2010 at 10:04 PM, Bartosz Tarnowski < bartosz-tarnow...@zlotniki.pl> wrote: > > Hel

Re: [Python-Dev] mkdir -p in python

2010-07-20 Thread
Sorry, I don't know what is the "no constant arguments" guideline refers to. Could you give me some more explanation? By the way, I feel adding separate functions is not quiet worthy for such a function. On Tue, Jul 20, 2010 at 7:11 AM, Greg Ewing wrote: > Ray Allen wrote: > > I think both os.m