Re: [Python-Dev] Bumping autoconf from 2.68 to 2.69

2012-10-15 Thread Ned Deily
In article <20121016043352.ga21...@snakebite.org>, Trent Nelson wrote: > Any objections to regenerating configure with autoconf 2.69? The > current version is based off 2.68, which was release on the 22nd > of September 2010. 2.69 was released on the 24th of April, 2012. > > (T

[Python-Dev] Bumping autoconf from 2.68 to 2.69

2012-10-15 Thread Trent Nelson
Any objections to regenerating configure with autoconf 2.69? The current version is based off 2.68, which was release on the 22nd of September 2010. 2.69 was released on the 24th of April, 2012. (There are some fixes for the more esoteric UNIX platforms that Snakebite will b

Re: [Python-Dev] [Python-checkins] cpython (2.7): don't expect warnings from doctests if they can't run

2012-10-15 Thread Chris Jerdonek
On Mon, Oct 15, 2012 at 5:38 PM, benjamin.peterson wrote: > http://hg.python.org/cpython/rev/d39f4a92d823 > changeset: 79725:d39f4a92d823 > branch: 2.7 > user:Benjamin Peterson > date:Mon Oct 15 20:38:21 2012 -0400 > summary: > don't expect warnings from doctests if they

Re: [Python-Dev] AUTO: Jon K Peck is out of the office

2012-10-15 Thread Barry Warsaw
On Oct 15, 2012, at 11:40 AM, Brian Curtin wrote: >On Mon, Oct 15, 2012 at 11:04 AM, Jon K Peck wrote: >> I am out of the office until 10/16/2012. >> >> I will be out of the office Monday 10/15/12. I will not have email access >> during this time. >> >> >> Note: This is an automated response to

Re: [Python-Dev] AUTO: Jon K Peck is out of the office

2012-10-15 Thread Brian Curtin
On Mon, Oct 15, 2012 at 11:04 AM, Jon K Peck wrote: > I am out of the office until 10/16/2012. > > I will be out of the office Monday 10/15/12. I will not have email access > during this time. > > > Note: This is an automated response to your message "Python-Dev Digest, Vol > 111, Issue 31" sent

[Python-Dev] AUTO: Jon K Peck is out of the office

2012-10-15 Thread Jon K Peck
I am out of the office until 10/16/2012. I will be out of the office Monday 10/15/12. I will not have email access during this time. Note: This is an automated response to your message "Python-Dev Digest, Vol 111, Issue 31" sent on 10/15/2012 4:00:04. This is the only notification you will

Re: [Python-Dev] PEP or formal description of Python module structure

2012-10-15 Thread Xavier Combelle
Le 15/10/2012 09:43, anatoly techtonik a écrit : Hi, I am trying to figure out what Python module is internally (WIP http://wiki.python.org/moin/techtonik)? Is there already a good piece of documentation that I missed that can answer all these questions already? ...what properties do you get in

[Python-Dev] urlretrieve regression in Python 3

2012-10-15 Thread anatoly techtonik
Can anybody raise the priority of this issue to make it visible during the next bug hunting day? http://bugs.python.org/issue10836 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://ma

[Python-Dev] PEP or formal description of Python module structure

2012-10-15 Thread anatoly techtonik
Hi, I am trying to figure out what Python module is internally (WIP http://wiki.python.org/moin/techtonik)? Is there already a good piece of documentation that I missed that can answer all these questions already? ...what properties do you get in empty Python module (__doc__, __name__, ...)? ...w