> Regards, and a toast to 2.6.6!
Prost!
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Thanks everyone for the feedback. I think my question has got good
answers (usage patterns, versionchanged/versionadded, lack of releases,
opinion of the doc editor), so it seems good for our users and for
developers to let the 2.6 docs in peace.
Regards, and a toast to 2.6.6!
Ron Adam wrote:
I wonder if "yield from" may run into pythons stack limit?
My current implementation wouldn't, because nested yield-froms
don't result in nested activations of Python frames. But...
if __name__ == "__main__":
print(factoral(1)) # < extra zero too!
But if I add
Am 25.08.2010 17:32, schrieb Éric Araujo:
>> The question really is whether there is any chance that they will get
>> released, in some form. There won't be further binary releases (at least
>> not from python.org), so there definitely won't be a CHM release.
>
> I think that the most important re
On 8/27/2010 12:07 PM, Python tracker wrote:
Issues stats:
open2560 (+41)
closed 18924 (+114)
I believe this is at least the 4th consecutive report in which closures
outnumber opens. Total open is, at the moment, 2493, down from about
2700, or maybe more, a couple of months ago. Th
On Fri, Aug 27, 2010 at 10:32, Antoine Pitrou wrote:
> On Thu, 26 Aug 2010 23:07:13 +0200 (CEST)
> brett.cannon wrote:
>> Author: brett.cannon
>> Date: Thu Aug 26 23:07:13 2010
>> New Revision: 84329
>>
>> Log:
>> OSError is the exception raised when one tries to create a directory that
>> alread
On Thu, 26 Aug 2010 23:07:13 +0200 (CEST)
brett.cannon wrote:
> Author: brett.cannon
> Date: Thu Aug 26 23:07:13 2010
> New Revision: 84329
>
> Log:
> OSError is the exception raised when one tries to create a directory that
> already exists, not IOError.
It's probably simpler to catch all of th
ACTIVITY SUMMARY (2010-08-20 - 2010-08-27)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues stats:
open2560 (+41)
closed 18924 (+114)
total 21484 (+52)
Open issues with patches:
Hi !
> Ronald Oussoren. If you select Components -> Macintosh in the bug
> tracker when opening a new bug it will be assigned automatically; if
> not, someone will see it and update appropriately.
Thank you, I have never used a bug tracker. The next time i shall know.
Le 27 août 2010 à 10:03,
>
> Incidentally, on the topic of translating keywords and such, it looks
> like one project to do so, Chinese Python, hasn't been updated since
> 2004: http://www.chinesepython.org/cgi_bin/cgb.cgi/news/news.html
>
> I just don't think there's much demand for translating the keywords.
>
> I really
On Wed, Aug 25, 2010 at 10:42 PM, Anders J. Munch wrote:
> This could be done as a free-standing library, there's no reason to
> involve core CPython. Just do message translation at a later stage,
> e.g. in a custom sys.excepthook.
It could be done as a free standing library, but if this idea g
-On [20100825 20:03], Alcino Dall'Igna Jr (adi...@gmail.com) wrote:
>If (3) could enter the main trunk it would be a great help by itself.
>In this case access to international help is useless due the original
>difficulties with the language, remember I'm talking about kids
>mainly, and 1st stage t
On 26Aug2010 14:37, Sylvain Mora wrote:
| I use python for more than a year now and i bought a MacBook in July. I
| installed Python 2.7 using the .dmg archive on the official website. After
| the installation I launched the Update Shell Profile.command script,
| but it doesn't work with ZSH. That
13 matches
Mail list logo