Re: [Python-Dev] [Python-3000] The release process

2008-03-03 Thread skip
Barry> True, but it's just more moving parts to break, especially when I Barry> don't really feel a u/i buys you much[*]. Barry> [*] Skip knows me as a diehard XEmacser so that statement can Barry> pretty much define my standard answer to all such questions. :) So if we put toget

Re: [Python-Dev] [Python-3000] No releases tonight

2008-03-03 Thread Christian Heimes
Barry Warsaw wrote: > So how should we handle this? Is it something you need input from me > from, or can you just take my announcement, do the translations and post > them to the appropriate forums? Your announcements are fine for Python's mailing lists and forums. However I had a differnt targe

Re: [Python-Dev] [Python-3000] No releases tonight

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 1, 2008, at 9:00 PM, Alex Martelli wrote: > On Sat, Mar 1, 2008 at 11:11 AM, Barry Warsaw <[EMAIL PROTECTED]> > wrote: > ... >>> I also propose translations of the shorter text to important >>> languages >>> like French, German, Japanese,

Re: [Python-Dev] The release process

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 2, 2008, at 1:54 AM, Georg Brandl wrote: > Barry Warsaw schrieb: > >> PEP 101 is sorely out of date, especially with regards to updating >> web >> content and the Python documentation. I think I now know how to >> update the python.org web s

Re: [Python-Dev] [Python-3000] The release process

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 1, 2008, at 10:29 PM, Stephen J. Turnbull wrote: > The fact that Barry found Anthony's process unusable is IMO not a > reflection on either Barry or Anthony's code. Release processes seem > to be highly personal, even within the same project.

Re: [Python-Dev] _abcoll Callable bug

2008-03-03 Thread Guido van Rossum
On Mon, Mar 3, 2008 at 1:24 PM, Georg Brandl <[EMAIL PROTECTED]> wrote: > The Callable abc has a __contains__ but no __call__ method. > I'd fix this, but am unsure which args it should get. Oops, bad copy/paste. :-( def __call__(self, *args, **kwds): return None I don't expect it'll have many

Re: [Python-Dev] [Python-3000] The release process

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 1, 2008, at 7:28 PM, [EMAIL PROTECTED] wrote: > >Barry> The dependency on gtk is unnecessary and means it can > effectively >Barry> only be run on Linux. Specifically it means I can't do > releases >Barry> on OS X. I don't see

Re: [Python-Dev] Upcoming 2.4.5 and 2.3.7 releases

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 28, 2008, at 4:56 PM, Fred Drake wrote: > On Jan 28, 2008, at 4:47 PM, Barry Warsaw wrote: >> The problem is that I make separate releases of the standalone email >> package from these branches, so that means that email 3.0.3 or 2.5.10 >> will

[Python-Dev] _abcoll Callable bug

2008-03-03 Thread Georg Brandl
The Callable abc has a __contains__ but no __call__ method. I'd fix this, but am unsure which args it should get. Georg ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python

Re: [Python-Dev] RELEASED Python 2.6a1 and 3.0a3

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 2, 2008, at 1:21 AM, Stefan Behnel wrote: > Barry Warsaw wrote: >> On behalf of the Python development team and the Python community, >> I'm >> happy to announce the first alpha release of Python 2.6, and the >> third >> alpha release of Py

Re: [Python-Dev] [Python-3000] No releases tonight

2008-03-03 Thread Facundo Batista
2008/3/1, Christian Heimes <[EMAIL PROTECTED]>: > I also propose translations of the shorter text to important languages > like French, German, Japanese, Portuguese and Spanish. I'm willing to > help with the German translation. /me raises his hand while saying "Spanish, Spanish!". Which is t

Re: [Python-Dev] Python XML Validator

2008-03-03 Thread Aahz
On Thu, Feb 28, 2008, Medhat Gayed wrote: > > I tested and tried a few XML validators but none of them is able to > successfully validate a string of xml (not a file just a string) to > programatically be able to validate messages of xml that flow in and > out of the different systems. Teh validat

Re: [Python-Dev] [ANN] Python 2.3.7 and 2.4.5, release candidate 1

2008-03-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 3, 2008, at 1:48 AM, Martin v. Löwis wrote: >>> But it would be really nice if the configure fix for 2.5 was >>> backported to 2.4.5 since Zope is still on 2.4 and Mac OS X skipped >>> system builds for 2.4 going direct from 2.3 -> 2.5. >> >> >