Re: [Python-Dev] turtle.Screen.__init__ issue

2008-09-21 Thread Gregor Lingl
Martin v. Löwis schrieb: What is your opinion, and who should decide? Please don't post patches to the mailing list. Post them exclusively to bugs.python.org instead. Ok. But this was meant for illustrative purposes only and not as a patch-submission, which I'll do eventually separa

Re: [Python-Dev] turtle.Screen.__init__ issue

2008-09-21 Thread Martin v. Löwis
> What is your opinion, and who should decide? Please don't post patches to the mailing list. Post them exclusively to bugs.python.org instead. Also, don't post unrelated patches in a single message. Create separate issues in the bug tracker for them. Regards, Martin

Re: [Python-Dev] Python documentation

2008-09-21 Thread Georg Brandl
Barry Warsaw schrieb: > On Sep 21, 2008, at 6:03 AM, Georg Brandl wrote: > >> Barry Warsaw schrieb: >>> Martin points out that in the past, as part of the release process, >>> we've built separate downloadable documentation. >>> >>> Do we still want to do that for Python 2.6 and 3.0, and if so, ho

[Python-Dev] turtle.Screen.__init__ issue

2008-09-21 Thread Gregor Lingl
Hello there, its high time to resolve an issue, which I have already addressed twice some weeks ago. (You can find a more elaborate description in my former posting cited below) There is a tiny difference (also in behaviour!) in turtle.Screen.__init__() between the versions for 2.6 and 3.0.

Re: [Python-Dev] Python documentation

2008-09-21 Thread Nick Coghlan
Benjamin Peterson wrote: > On Sun, Sep 21, 2008 at 2:12 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >>> I notice that for 2.5, we zip'd and tar-bz2'd them. Do we want to also >>> support tgz? We'll have to hack the release script to build the doc >>> zips. I'll try to test drive this whole

Re: [Python-Dev] Possible issue in warnings.py

2008-09-21 Thread Benjamin Peterson
On Sun, Sep 21, 2008 at 4:26 PM, Scott David Daniels <[EMAIL PROTECTED]> wrote: > Does someone who knows the design of warnings.py a bit better than I > know whether it would be an improvement to switch from: >> try: >> file.write(formatwarning(message, category, filename, >>

[Python-Dev] Possible issue in warnings.py

2008-09-21 Thread Scott David Daniels
Does someone who knows the design of warnings.py a bit better than I know whether it would be an improvement to switch from: > try: > file.write(formatwarning(message, category, filename, > lineno, line)) > except IOError: > pass # the file

Re: [Python-Dev] Deploying a Python Service on Apache Axis2

2008-09-21 Thread Brett Cannon
On Sun, Sep 21, 2008 at 7:24 AM, Heshan Suriyaarachchi <[EMAIL PROTECTED]> wrote: > Hi guys, > Apache Axis2/Java, is a popular open source Web service engine. It > currently supports exposing services written in Java, Javascript as Web > services. This article [1] discusses the Python data Bin

Re: [Python-Dev] Python documentation

2008-09-21 Thread Benjamin Peterson
On Sun, Sep 21, 2008 at 2:12 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> I notice that for 2.5, we zip'd and tar-bz2'd them. Do we want to also >> support tgz? We'll have to hack the release script to build the doc >> zips. I'll try to test drive this whole process soon. > > In addition

Re: [Python-Dev] Python documentation

2008-09-21 Thread Martin v. Löwis
> I notice that for 2.5, we zip'd and tar-bz2'd them. Do we want to also > support tgz? We'll have to hack the release script to build the doc > zips. I'll try to test drive this whole process soon. In addition to the creation of downloadable scripts, there should also be a copy of the document

Re: [Python-Dev] Python documentation

2008-09-21 Thread Fred Drake
On Sep 21, 2008, at 7:24 AM, Barry Warsaw wrote: I notice that for 2.5, we zip'd and tar-bz2'd them. Do we want to also support tgz? We'll have to hack the release script to build the doc zips. I'll try to test drive this whole process soon. We specifically decided to drop .tgz since it

[Python-Dev] Deploying a Python Service on Apache Axis2

2008-09-21 Thread Heshan Suriyaarachchi
Hi guys, Apache Axis2/Java, is a popular open source Web service engine. It currently supports exposing services written in Java, Javascript as Web services. This article [1] discusses the Python data Binding that enable exposing Web services written in Python. [1] - http://wso2.org/library/a

Re: [Python-Dev] Python documentation

2008-09-21 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 21, 2008, at 6:03 AM, Georg Brandl wrote: Barry Warsaw schrieb: Martin points out that in the past, as part of the release process, we've built separate downloadable documentation. Do we still want to do that for Python 2.6 and 3.0, and if

Re: [Python-Dev] Python documentation

2008-09-21 Thread Georg Brandl
Barry Warsaw schrieb: > Martin points out that in the past, as part of the release process, > we've built separate downloadable documentation. > > Do we still want to do that for Python 2.6 and 3.0, and if so, how do > we go about doing that? I have this feeling that building the > documentation

[Python-Dev] how about updating PEP 290?

2008-09-21 Thread Fredrik Lundh
the "Code Migration and Modernization" PEP hasn't been updated for 2.5 and 2.6. http://www.python.org/dev/peps/pep-0290/ surely there's something new in 2.5 and 2.6 that might be worth mentioning? ___ Python-Dev mailing list Python-Dev@python.o