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: h

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) close

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 wrote: > On 05/11/2010 17:10, geremy condra wrote: >> >> On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtven >>  wrote: >>> >>> On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae  wrote: >> >> >> >>> What is true is that there's a new and temporary "NO ARCH

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] *** 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

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] Python-3 transition in Arch Linux

2010-11-05 Thread Laurens Van Houtven
On Fri, Nov 5, 2010 at 6:10 PM, geremy condra wrote: > On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtven wrote: >> On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae wrote: > > > >> 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 w

[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 er

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 Houtven wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae wrote: 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, Ac

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 wrote: > On Thu, Nov 4, 2010 at 5:44 AM, Allan McRae wrote: > 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 seriously- does this strike you as the b

[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 wit

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 wrote: > 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 warni

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 w

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 wrote: > 2010/11/4 Nick Coghlan : >> 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 to patch that up, though. Yea

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 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 3.1. I've ne

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 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, PyErr_W

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. Just to clarify (and going way off topic for this list...), this was discussed on the Arc

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 wrote: > 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 Arch users