-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/26/2012 05:01 PM, Robert Steckroth wrote:
> 1. Is it appropriate to post usage questions regarding the Python C
> API to this list like the questions below?
The C-API SIG would likely be a better forum:
cap-...@python.org
gmane: gmane.co
Hello.
Let me remind you this mailing list is to work on developing Python
(adding new features to Python itself and fixing bugs); if you're having
problems using Python, please find another forum. Probably
python-list/comp.lang.python mailing list/news group is the best place;
there are Python
I re-ran the unladen benchmarks on my work machine and w/o the -b option
flipped on (i.e. more thorough benchmark numbers). I figured I would share
them now instead of after my PyCon Argentina talk in case people decide to
dig into the results now, find a pathological problem in CPython, and then
f
ACTIVITY SUMMARY (2012-10-19 - 2012-10-26)
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:
open3824 ( +9)
closed 24283 (+34)
total 28107 (+43)
Open issues wit
On Wed, Oct 24, 2012 at 3:45 PM, Maciej Szulik wrote:
> On 10/24/2012 03:19 AM, Éric Araujo wrote:
>>
>> Hello,
>>
>> Le 12/10/2012 13:50, Petri Lehtinen a écrit :
>>>
>>> It's two and a half weeks left, but I've not seen any announcements
>>> yet!
>>
>> Indeed, work and other commitments took ove
On 26 October 2012 08:54, Ronald Oussoren wrote:
>>
>> It's nice and small. The encoder is just
>> base64.urlsafe_b64encode(digest).rstrip('=')
>
> But is the size difference really important? The wheel file itself is
> compressed, and the additional
> amount of space needed on installation shoul
On 24 Oct, 2012, at 14:48, Daniel Holth wrote:
> On Wed, Oct 24, 2012 at 7:28 AM, Ronald Oussoren
> wrote:
>>
>> On 18 Oct, 2012, at 19:29, Daniel Holth wrote:
>>
>>> I'd like to submit the Wheel PEPs 425 (filename metadata), 426
>>> (Metadata 1.3), and 427 (wheel itself) for acceptance. Th