Re: [Python-Dev] builtin filter function

2005-07-20 Thread Ruslan Spivak
В Втр, 19/07/2005 в 17:45 -0700, Guido van Rossum пишет: On 7/19/05, Ruslan Spivak [EMAIL PROTECTED] wrote: I was reading source code for bltinmodule.c and found probably erroneus stuff in filter function. I'm newbie to python inners and don't know if attached code is worth for a patch

Re: [Python-Dev] while:

2005-07-20 Thread Martin Blais
On 7/20/05, Facundo Batista [EMAIL PROTECTED] wrote: On 7/20/05, Martin Blais [EMAIL PROTECTED] wrote: it got me wondering, wouldn't it be nice if while: ... behaved as: while True: -1 Explicit is better than implicit. Well, maybe you're reading a bit too

Re: [Python-Dev] while:

2005-07-20 Thread Facundo Batista
On 7/20/05, Martin Blais [EMAIL PROTECTED] wrote: Well, maybe you're reading a bit too litterally into that statement. To me the expression is very explicitly absent :-)More seriously, reading into these rules too literally leads to funny places: I could ask why at the end of functions

[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-20 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 350 open ( +1) / 2882 closed ( +2) / 3232 total ( +3) Bugs: 889 open ( -8) / 5141 closed (+22) / 6030 total (+14) RFE : 189 open ( -5) / 178 closed ( +8) / 367 total ( +3) New / Reopened Patches __ Add