On Sat, Sep 29, 2012 at 10:59 AM, Benjamin Peterson wrote:
> 2012/9/28 Ben Wolfson :
>> There's a patch for this bug: http://bugs.python.org/issue12014 that
>> needs reviewed. Petri Lehtinen made some (very minor) comments back in
>> May; otherwise it's been
umbs up or down (or say what needs to be changed, or whatever).
--
Ben Wolfson
"Human kind has used its intelligence to vary the flavour of drinks,
which may be sweet, aromatic, fermented or spirit-based. ... Family
and social life also offer numerous other occasions to consume drinks
for
zation for new feature releases? (Brett made it here:
<http://mail.python.org/pipermail/python-dev/2012-January/115740.html>.)
--
Ben Wolfson
"Human kind has used its intelligence to vary the flavour of drinks,
which may be sweet, aromatic, fermented or spirit-based. ... Family
and social
I personally would prefer (1) to (2) or (3), and (3) to (2), had I my
druthers, but it doesn't matter a *whole* lot to me; I'd prefer any of
them to nothing (or to changing the docs to reflect the current batty
behavior).
--
Ben Wolfson
"Human kind has used its intelligence to va
t words with the correct meanings. If
> someone is willing to fix it, let them.
I'm sure this hypothetical reader will then look "assure" up in the
OED and find this:
5. To make certain the occurrence or arrival of (an event); to ensure.
--
Ben Wolfson
"Human kind has used
ot;, line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/libpthread.so: invalid ELF header
>>> cdll.LoadLibrary('libpthread.so.0')
>>>
$ cat /usr/lib/libpthread.so
/* GNU ld script
Use the shared library, but some functions are only in
the st
_name, attribute_name, and element_index
sections.
On Fri, Jun 10, 2011 at 2:15 PM, Ben Wolfson wrote:
> Hello,
>
> I'm writing because discussion in a bug report I submitted
> (<http://bugs.python.org/issue12014>) has suggested that, insofar as
> at least part of the issue rev
On Mon, Jun 13, 2011 at 5:36 PM, Greg Ewing wrote:
> Ben Wolfson wrote:
>
>> If by "item selector" you mean (using the names from the grammar in
>> the docs) the element_index, I don't see why this should be the case;
>> dictionaries can contain non-identif
On Sat, Jun 11, 2011 at 4:29 PM, Greg Ewing wrote:
> Ben Wolfson wrote:
>>
>> You can't have an internal replacement
>> field in this part of the replacement field, so '{' can always safely
>> be assumed to be Just a Brace and not the start of a replac
On Sat, Jun 11, 2011 at 2:16 AM, Nick Coghlan wrote:
> On Sat, Jun 11, 2011 at 7:15 AM, Ben Wolfson wrote:
> To summarise (after both the above post and the discussion on the tracker)
Thanks for the summary!
>
> That would leave us with the following set of rules for name f
ch case we might have had this:
(g') "{0[{][}]}".format(range(10), **{'][':4}) --> '3'
or this:
(g'') "{0[{][}]}".format({'4':3}, **{'][':4}) --> '3'
or something with that general flavor.
As far as I can tell, t
11 matches
Mail list logo