Re: [Python-Dev] Requesting pronouncement on PEP 0424

2012-07-29 Thread francis
Hi Alex, just a small info (view pep-0424.txt @ 4491:7838a83c3ad1): - Section Proposal: [...] than the actual size >>> ofthe <<< container. [...] - Section Rationale: The first line is really long (seems to need a newline before ``__length_hint__``) Regards francis ___

[Python-Dev] PEP updating

2012-07-29 Thread Martin v. Löwis
I added a cron job on www.python.org that checks every 5 minutes for a modified PEP. So automatic updating should work again. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] PEP updating

2012-07-29 Thread Nick Coghlan
On Sun, Jul 29, 2012 at 9:18 PM, "Martin v. Löwis" wrote: > I added a cron job on www.python.org that checks every 5 minutes for > a modified PEP. So automatic updating should work again. Thanks! Will be very helpful to see the updates as Georg tweaks the release schedule in response to 3.3 relea

[Python-Dev] python-checkins moderation

2012-07-29 Thread Barry Warsaw
I just freed up a bunch, but not all, of the messages to python-checkins being held for moderator approval. We could use some additional moderator volunteers. I'm not sure Fred is still moderating the list, and I suck at it. Please email me directly if you'd like to help out, have experience mod

Re: [Python-Dev] PEP updating

2012-07-29 Thread Victor Stinner
Oh, thanks Martin! Victor Le 29 juil. 2012 13:20, Martin v. Löwis a écrit : > > I added a cron job on www.python.org that checks every 5 minutes for > a modified PEP. So automatic updating should work again. > > Regards, > Martin > ___ > Python-Dev mail

Re: [Python-Dev] PEP updating

2012-07-29 Thread Eli Bendersky
On Sun, Jul 29, 2012 at 2:18 PM, "Martin v. Löwis" wrote: > I added a cron job on www.python.org that checks every 5 minutes for > a modified PEP. So automatic updating should work again. > > Regards, > Martin > ___ Martin, I have just received a huge pile of email saying this: " /home/docs/

Re: [Python-Dev] PEP updating

2012-07-29 Thread martin
Martin, I have just received a huge pile of email saying this: " /home/docs/build-devguide: line 3: hg: command not found " From "Cron Daemon r...@python.org" Could this be related to the recent fix you made? Remotely related. This is really the cron job for updating the devguide, not the one

Re: [Python-Dev] Requesting pronouncement on PEP 0424

2012-07-29 Thread Alex Gaynor
Guido van Rossum python.org> writes: > > > Looks good to me, so accepted.But why isn't it visible on > python.org/dev/peps/ yet? I just realized the text in the python.org repo did not match what I had locally. I've pushed what I intended to be the latest text, if everyone could take a new

Re: [Python-Dev] python-checkins moderation

2012-07-29 Thread Terry Reedy
On 7/29/2012 4:42 PM, Barry Warsaw wrote: I just freed up a bunch, but not all, of the messages to python-checkins being held for moderator approval. We could use some additional moderator volunteers. I'm not sure Fred is still moderating the list, and I suck at it. It seems that me that mess

Re: [Python-Dev] datetime nanosecond support

2012-07-29 Thread Stuart Bishop
On Wed, Jul 25, 2012 at 9:11 PM, Christian Heimes wrote: > Am 25.07.2012 14:11, schrieb Nick Coghlan: >> 1. For the reasons presented, I think it's worth attempting to define >> a common API that is based on datetime, but is tailored towards high >> precision time operations (at least using a diff

Re: [Python-Dev] datetime nanosecond support

2012-07-29 Thread Guido van Rossum
It can't be *that* easy. DST never is... For one, the dst flag is two bits -- it can be on, off, or undefined. Also it should probably only apply when a tzinfo is present. I don't recall that pickling ever was the reason, but it could have been the size of the in-memory representation (for reasons