Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-09 Thread Stefan Behnel
Stefan Behnel, 07.11.2011 18:46: Éric Araujo, 07.11.2011 18:24: http://hg.python.org/cpython/rev/bbc929bc2224 user: Philip Jenveypjen...@underboss.org summary: quote the type name for improved readability files: Python/bltinmodule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-09 Thread Martin v. Löwis
Am 09.11.2011 09:25, schrieb Stefan Behnel: Stefan Behnel, 07.11.2011 18:46: Éric Araujo, 07.11.2011 18:24: http://hg.python.org/cpython/rev/bbc929bc2224 user: Philip Jenveypjen...@underboss.org summary: quote the type name for improved readability files: Python/bltinmodule.c | 2 +- 1

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-09 Thread Antoine Pitrou
On Wed, 09 Nov 2011 10:44:50 +0100 Martin v. Löwis mar...@v.loewis.de wrote: Am 09.11.2011 09:25, schrieb Stefan Behnel: Stefan Behnel, 07.11.2011 18:46: Éric Araujo, 07.11.2011 18:24: http://hg.python.org/cpython/rev/bbc929bc2224 user: Philip Jenveypjen...@underboss.org summary:

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-09 Thread Nick Coghlan
On Wed, Nov 9, 2011 at 8:19 PM, Antoine Pitrou solip...@pitrou.net wrote: On Wed, 09 Nov 2011 10:44:50 +0100 Martin v. Löwis mar...@v.loewis.de wrote: I recommend reverting the change. I fail to see why quoting the name improves readability. It does if the name is Throatwobbler Mangrove.

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-09 Thread Martin v. Löwis
I recommend reverting the change. I fail to see why quoting the name improves readability. It does if the name is Throatwobbler Mangrove. But that can't be - the type name ought to be an identifier, so it can't have spaces. It might be possible to create deliberately confusing error

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-07 Thread Éric Araujo
Hi, http://hg.python.org/cpython/rev/bbc929bc2224 user:Philip Jenvey pjen...@underboss.org summary: quote the type name for improved readability files: Python/bltinmodule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Python/bltinmodule.c

Re: [Python-Dev] [Python-checkins] cpython: quote the type name for improved readability

2011-11-07 Thread Stefan Behnel
Éric Araujo, 07.11.2011 18:24: http://hg.python.org/cpython/rev/bbc929bc2224 user:Philip Jenveypjen...@underboss.org summary: quote the type name for improved readability files: Python/bltinmodule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git