Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Thomas Wouters
On Fri, Nov 5, 2010 at 01:43, Stephen J. Turnbull step...@xemacs.orgwrote: Thomas Wouters writes: To clarify (but I dont speak for the rest of #python, just myself), I think the move was premature, but I don't use Arch and I don't know what typical Arch users expect. All of the

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Allan McRae
On 05/11/10 18:47, Thomas Wouters wrote: No, that's not my point at all. The problem isn't that Python 3 is incompatible with Python 2. The problem is that stuff broke without (apparently) fair warning. snip Just to clarify (and going way off topic for this list...), this was discussed on

Re: [Python-Dev] Help with warnings not being raised

2010-11-05 Thread Nick Coghlan
On Fri, Nov 5, 2010 at 11:12 AM, Jesus Cea j...@jcea.es wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/11/10 01:36, Benjamin Peterson wrote: I don't know why. Are you passing -3 -Wall? I am passing -3 -Werror, to induce the error control I have committed. Under -We,

Re: [Python-Dev] Pickle alternative in stdlib (Was: On breaking modules into packages)

2010-11-05 Thread Nick Coghlan
On Fri, Nov 5, 2010 at 10:56 AM, Steven D'Aprano st...@pearwood.info wrote: Nick Coghlan wrote: As a tool for communicating between different instances of the *same* version of Python though, pickle is fine. I'm using pickle to pass a list and dict of floats and strings from Python 2.6 to

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Nick Coghlan
On Thu, Nov 4, 2010 at 11:59 PM, Benjamin Peterson benja...@python.org wrote: 2010/11/4 Nick Coghlan ncogh...@gmail.com: Tools also had a few discrepancies:  scripts/2to3.py: /usr/bin/env python (necessary, I think - I believe 2to3 is a 2.x only program) No, I believe distutils is supposed

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Stephen J. Turnbull
Thomas Wouters writes: This is unrealistic. It would seriously annoy Arch's intended audience. (Eg, recently I've become a lot more favorable to using Word instead of OOo because Word doesn't pop up a useless warning every time I save a .doc file.) Practically speaking, it would

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Thomas Wouters
On Fri, Nov 5, 2010 at 17:09, Stephen J. Turnbull step...@xemacs.orgwrote: Thomas Wouters writes: This is unrealistic. It would seriously annoy Arch's intended audience. (Eg, recently I've become a lot more favorable to using Word instead of OOo because Word doesn't pop up a

[Python-Dev] Summary of Python tracker Issues

2010-11-05 Thread Python tracker
ACTIVITY SUMMARY (2010-10-29 - 2010-11-05) 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 counts and deltas: open2514 (+17) closed 19597 (+78) total 22111 (+95) Open issues

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread geremy condra
On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtven l...@laurensvh.be wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae al...@archlinux.org wrote: snip What is true is that there's a new and temporary NO ARCH rule in the topic It's your channel and you can do with it what you want, but

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Michael Foord
On 05/11/2010 17:10, geremy condra wrote: On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtvenl...@laurensvh.be wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRaeal...@archlinux.org wrote: snip What is true is that there's a new and temporary NO ARCH rule in the topic It's your channel and

[Python-Dev] *** glibc detected *** gdb: malloc(): smallbin double linked list

2010-11-05 Thread John Reid
Hi, I've compiled Python 2.7 (r27:82500, Nov 2 2010, 09:00:37) [GCC 4.4.3] on linux2 with the following configure options ./configure --prefix=/home/john/local/python-dbg --with-pydebug I've installed numpy and some other packages but when I try to run my extension code under gdb I get the

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Laurens Van Houtven
On Fri, Nov 5, 2010 at 6:10 PM, geremy condra debat...@gmail.com wrote: On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtven l...@laurensvh.be wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae al...@archlinux.org wrote: snip What is true is that there's a new and temporary NO ARCH rule in

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread Laurens Van Houtven
Whoops, pressed send too soon. This should've followed my previous email: Unscientifically judging by the rate of people who used to have vague problems that turned out to be Arch-related, I don't really think anyone feels they're being told to get lost. People ask a question about it, which is

Re: [Python-Dev] *** glibc detected *** gdb: malloc(): smallbin double linked list

2010-11-05 Thread Daniel Fetchinson
Hi, I've compiled Python 2.7 (r27:82500, Nov 2 2010, 09:00:37) [GCC 4.4.3] on linux2 with the following configure options ./configure --prefix=/home/john/local/python-dbg --with-pydebug I've installed numpy and some other packages but when I try to run my extension code under gdb I get

Re: [Python-Dev] [Python-checkins] r86170 - in python/branches/py3k: Doc/library/stdtypes.rst Lib/test/test_unicode.py Misc/NEWS Objects/stringlib/string_format.h Objects/unicodeobject.c

2010-11-05 Thread Éric Araujo
Author: eric.smith Date: Thu Nov 4 18:06:58 2010 New Revision: 86170 Log: Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. Modified: python/branches/py3k/Doc/library/stdtypes.rst

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread geremy condra
On Fri, Nov 5, 2010 at 10:14 AM, Michael Foord fuzzy...@voidspace.org.uk wrote: On 05/11/2010 17:10, geremy condra wrote: On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtvenl...@laurensvh.be  wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRaeal...@archlinux.org  wrote: snip What is true

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

2010-11-05 Thread Ezio Melotti
Hi, On 05/11/2010 19.08, Python tracker wrote: ACTIVITY SUMMARY (2010-10-29 - 2010-11-05) 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 counts and deltas: open2514 (+17)

Re: [Python-Dev] [Python-checkins] r86170 - in python/branches/py3k: Doc/library/stdtypes.rst Lib/test/test_unicode.py Misc/NEWS Objects/stringlib/string_format.h Objects/unicodeobject.c

2010-11-05 Thread Éric Araujo
According to #python-dev, there’s no need to go through python-checkins/-dev for typos, so I fixed this one in r86247. Piratical regards ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: