On 14.06.2011, at 01:46, Carl Meyer wrote:
> On 06/13/2011 08:07 AM, Nick Coghlan wrote:
>> On Mon, Jun 13, 2011 at 10:50 PM, Vinay Sajip
>> wrote:
>>> You're right in terms of the current Python ecosystem and 3.x adoption,
>>> because
>>> of course this approach requires support from Python i
On 14 Jun, 2011, at 11:15, Jannis Leidel wrote:
>
> On 14.06.2011, at 01:46, Carl Meyer wrote:
>
>>
>> In fact, the only new-OS-version adjustment I can recall virtualenv
>> needing to make is when Debian introduced dist-packages -- but even that
>> doesn't really apply, as that was distro-pac
One of my colleagues with a background in the high performance computing
realm sent me this press release:
http://www.pathscale.com/ekopath4-open-source-announcement
I'm not personally familiar with the Pathscale compilers, but thought some
folks here might be and might want to experiment wit
> So I really can't see what harm it could do, except for
> maybe a tiny performance reduction in the case where you
> extract all the fields, or refer to extracted fields
> repeatedly.
Referring to the view-object multiple times should not be a problem
since the object can create and hold referen
At 01:56 AM 6/14/2011 +, exar...@twistedmatrix.com wrote:
On 12:35 am, ncogh...@gmail.com wrote:
On Tue, Jun 14, 2011 at 9:40 AM, P.J. Eby wrote:
You can still do it one at a time:
CHAR, = b'C'
INT, = b'I'
...
etc. I just tried it with Python 3.1 and it works there.
I almost mentione
P.J. Eby wrote:
At 01:56 AM 6/14/2011 +, exar...@twistedmatrix.com wrote:
On 12:35 am, ncogh...@gmail.com wrote:
On Tue, Jun 14, 2011 at 9:40 AM, P.J. Eby wrote:
You can still do it one at a time:
CHAR, = b'C'
INT, = b'I'
...
etc. I just tried it with Python 3.1 and it works there.
Wiadomość napisana przez Ethan Furman w dniu 2011-06-14, o godz. 19:46:
>>> [CHAR] = b'C'
>>> [INT] = b'I'
> CHAR,= b'C'
> DATE,= b'D'
> LOGICAL ,= b'L'
Perl Jam!
--
Best regards,
Łukasz Langa
tel. +48 791 080 144
WWW http://lukasz.langa.pl/
Skip Montanaro wrote:
> One of my colleagues with a background in the high performance computing
> realm sent me this press release:
>
> http://www.pathscale.com/ekopath4-open-source-announcement
>
> I'm not personally familiar with the Pathscale compilers, but thought some
> folks here migh
I just fixed Makefile.pre.in to install the packaging directory and all its
subdirs. Without this `python3.3 -c 'import packaging'` fails from the
installation target directory. I'm not sure the Fellowship intends for every
subdir to get installed, so please double check. I just added everything
In article <20110614165414.340f2...@neurotica.wooz.org>,
Barry Warsaw wrote:
> I just fixed Makefile.pre.in to install the packaging directory and all its
> subdirs. Without this `python3.3 -c 'import packaging'` fails from the
> installation target directory. I'm not sure the Fellowship intend
10 matches
Mail list logo