Re: [Python-Dev] Update Shell profile for ZSH on Mac OS

2010-08-27 Thread Cameron Simpson
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

Re: [Python-Dev] Fwd: i18n

2010-08-27 Thread Jeroen Ruigrok van der Werven
-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

Re: [Python-Dev] Fwd: i18n

2010-08-27 Thread Carl M. Johnson
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

Re: [Python-Dev] Fwd: i18n

2010-08-27 Thread Massa, Harald Armin
> > 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

Re: [Python-Dev] Update Shell profile for ZSH on Mac OS

2010-08-27 Thread Sylvain Mora
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,

[Python-Dev] Summary of Python tracker Issues

2010-08-27 Thread Python tracker
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:

Re: [Python-Dev] r84329 - python/branches/py3k/Lib/importlib/_bootstrap.py

2010-08-27 Thread Antoine Pitrou
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

Re: [Python-Dev] r84329 - python/branches/py3k/Lib/importlib/_bootstrap.py

2010-08-27 Thread Brett Cannon
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

Re: [Python-Dev] Summary of Python tracker Issues

2010-08-27 Thread Terry Reedy
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

Re: [Python-Dev] Released: Python 2.6.6

2010-08-27 Thread Georg Brandl
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

Re: [Python-Dev] Return from generators in Python 3.2

2010-08-27 Thread Greg Ewing
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

Re: [Python-Dev] Released: Python 2.6.6

2010-08-27 Thread Éric Araujo
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!

Re: [Python-Dev] Released: Python 2.6.6

2010-08-27 Thread Martin v. Löwis
> 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