Re: Bugs that'll block python 2.5

2008-04-15 Thread Piotr Ożarowski
[Raphael Hertzog, 2008-04-15 09:31] On Mon, 14 Apr 2008, Adeodato Simó wrote: Finally, and quite importantly, there is what to do with modules that have been added to the standard library in 2.5 (ctypes, celementtree, wgsiref). These use either pycentral or pysupport, and since they mark

Re: Bugs that'll block python 2.5

2008-04-15 Thread Adeodato Simó
* Josselin Mouette [Tue, 15 Apr 2008 12:28:00 +0200]: On lun, 2008-04-14 at 22:57 +0200, Adeodato Simó wrote: Finally, and quite importantly, there is what to do with modules that have been added to the standard library in 2.5 (ctypes, celementtree, wgsiref). These use either pycentral or

Re: Bugs that'll block python 2.5

2008-04-15 Thread Piotr Ożarowski
[Josselin Mouette, 2008-04-15 12:32] On lun, 2008-04-14 at 22:57 +0200, Adeodato Simó wrote: Finally, and quite importantly, there is what to do with modules that have been added to the standard library in 2.5 (ctypes, celementtree, wgsiref). These use either pycentral or pysupport, and

Re: Bugs that'll block python 2.5

2008-04-15 Thread Josselin Mouette
On mar, 2008-04-15 at 12:46 +0200, Piotr Ożarowski wrote: [Josselin Mouette, 2008-04-15 12:32] The solution is really simple, just add them to python’s Provides: list. python2.5 package already does that But python does not: Provides: python-email, python-xmlbase , the problem was that

Re: Bugs that'll block python 2.5

2008-04-15 Thread Raphael Hertzog
On Tue, 15 Apr 2008, Adeodato Simó wrote: * Josselin Mouette [Tue, 15 Apr 2008 12:28:00 +0200]: The solution is really simple, just add them to python’s Provides: list. Plus, uhm, can't really be done for (c)elementtree, since python 2.5 provides the modules under a different

Re: Bugs that'll block python 2.5

2008-04-15 Thread Matthias Klose
Raphael Hertzog writes: On Tue, 15 Apr 2008, Adeodato Sim

Re: Bugs that'll block python 2.5

2008-04-15 Thread Tristan Seligmann
* Raphael Hertzog [EMAIL PROTECTED] [2008-04-15 14:56:40 +0200]: On Tue, 15 Apr 2008, Adeodato Simó wrote: * Josselin Mouette [Tue, 15 Apr 2008 12:28:00 +0200]: The solution is really simple, just add them to python’s Provides: list. Plus, uhm, can't really be done for (c)elementtree,

Re: Bugs have been filed, work can begin

2006-06-14 Thread Vincent Danjean
Raphael Hertzog wrote: On Tue, 13 Jun 2006, Raphael Hertzog wrote: Here's a list of sources packages that need to be updated (266 packages): http://people.debian.org/~hertzog/python/sources-by-maint Pierre Habouzit (Madcoder) did the mass-bug filing: http://bugs.debian.org/submitter:[EMAIL

Re: Bugs have been filed, work can begin

2006-06-14 Thread Joe Wreschnig
On Wed, 2006-06-14 at 11:55 +0200, Raphael Hertzog wrote: On Tue, 13 Jun 2006, Raphael Hertzog wrote: Here's a list of sources packages that need to be updated (266 packages): http://people.debian.org/~hertzog/python/sources-by-maint Pierre Habouzit (Madcoder) did the mass-bug filing:

re bugs

2002-11-10 Thread Kai Hendry
test.py is: import re p = re.compile('[a-z]+') print p The first error message is from python2.1, python2.2 and last python2.3 from SID. I think this is a serious packaging error, as it works on [GCC 2.96 2731 (Red Hat Linux 7.2 2.96-109)] on linux2 Regards, -Kai Hendry [EMAIL

Re: re bugs

2002-11-10 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Nov 10, 2002 at 12:55:36PM +0200, Kai Hendry wrote: test.py is: import re p = re.compile('[a-z]+') print p The first error message is from python2.1, python2.2 and last python2.3 from SID. [EMAIL PROTECTED]:/tmp$ vim test.py

Re: re bugs

2002-11-10 Thread Andrew Bennetts
On Sun, Nov 10, 2002 at 12:55:36PM +0200, Kai Hendry wrote: test.py is: import re p = re.compile('[a-z]+') print p The first error message is from python2.1, python2.2 and last python2.3 from SID. I think this is a serious packaging error, as it works on [GCC 2.96 2731 (Red Hat