Re: [Python-Dev] unscriptable?

2008-04-20 Thread Guido van Rossum
On Sat, Apr 19, 2008 at 6:03 PM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > To suggest yet another colour for the bikeshed, maybe we should ditch > both unindexable and unsubscriptable and go with "'int' is not a > sequence or mapping". Any object which supports subscript notation will > be one

Re: [Python-Dev] A smarter shutil.copytree ?

2008-04-20 Thread Isaac Morland
On Sun, 20 Apr 2008, Steven Bethard wrote: On Sun, Apr 20, 2008 at 4:15 PM, Tarek Ziadé <[EMAIL PROTECTED]> wrote: I have submitted a patch for review here: http://bugs.python.org/issue2663 glob-style patterns or a callable (for complex cases) can be provided to filter out files or directori

Re: [Python-Dev] A smarter shutil.copytree ?

2008-04-20 Thread Steven Bethard
On Sun, Apr 20, 2008 at 4:15 PM, Tarek Ziadé <[EMAIL PROTECTED]> wrote: > I have submitted a patch for review here: http://bugs.python.org/issue2663 > > glob-style patterns or a callable (for complex cases) can be provided > to filter out files or directories. I'm not a big fan of the sequence-o

Re: [Python-Dev] A smarter shutil.copytree ?

2008-04-20 Thread Tarek Ziadé
I have submitted a patch for review here: http://bugs.python.org/issue2663 glob-style patterns or a callable (for complex cases) can be provided to filter out files or directories. Regards Tarek ___ Python-Dev mailing list Python-Dev@python.org http://

Re: [Python-Dev] 3k checkin mails to python-checkins

2008-04-20 Thread Martin v. Löwis
> Since a few days, checkin notifications for the 3k branch seem to be sent > to both the python-checkins and the python-3000-checkins lists. Was that a > deliberate decision or has some bug crept into the SVN hook? It's a bug, I'll look into it (when I find the time). Regards, Martin ___

Re: [Python-Dev] unscriptable?

2008-04-20 Thread Jeroen Ruigrok van der Werven
-On [20080420 03:04], Nick Coghlan ([EMAIL PROTECTED]) wrote: >To suggest yet another colour for the bikeshed, maybe we should ditch >both unindexable and unsubscriptable and go with "'int' is not a >sequence or mapping". Any object which supports subscript notati