Re: [Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Ethan Furman
On 04/02, Brian Curtin wrote: > On Thu, Apr 2, 2015 at 10:19 PM, Ethan Furman wrote: >> On 04/02, Alexander Walters wrote: >>> On 4/2/2015 21:29, Ethan Furman wrote: I just built the latest version of Python 2.7 on my development machine -- or so I thought. When I invoke it, I get

Re: [Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Brian Curtin
On Thu, Apr 2, 2015 at 10:19 PM, Ethan Furman wrote: > On 04/02, Alexander Walters wrote: >> On 4/2/2015 21:29, Ethan Furman wrote: >>> >>> I just built the latest version of Python 2.7 on my development machine -- >>> or so I thought. When I invoke it, I get: >>> >>>Python 2.7.6+ (2.7:1beb3

Re: [Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Ethan Furman
On 04/02, Alexander Walters wrote: > On 4/2/2015 21:29, Ethan Furman wrote: >> >> I just built the latest version of Python 2.7 on my development machine -- >> or so I thought. When I invoke it, I get: >> >>Python 2.7.6+ (2.7:1beb3e0507fa, Apr 2 2015, 17:57:53) >> >> Why am I not seeing 2.

Re: [Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Zachary Ware
On Thursday, April 2, 2015, Ethan Furman wrote: > I just built the latest version of Python 2.7 on my development machine -- > or so I thought. When I invoke it, I get: > > Python 2.7.6+ (2.7:1beb3e0507fa, Apr 2 2015, 17:57:53) > > Why am I not seeing 2.7.9? > https://hg.python.org/cpython/

Re: [Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Alexander Walters
Are you building from mercurial or a source tarball? On 4/2/2015 21:29, Ethan Furman wrote: I just built the latest version of Python 2.7 on my development machine -- or so I thought. When I invoke it, I get: Python 2.7.6+ (2.7:1beb3e0507fa, Apr 2 2015, 17:57:53) Why am I not seeing 2.7

[Python-Dev] version of freshly built 2.7 python

2015-04-02 Thread Ethan Furman
I just built the latest version of Python 2.7 on my development machine -- or so I thought. When I invoke it, I get: Python 2.7.6+ (2.7:1beb3e0507fa, Apr 2 2015, 17:57:53) Why am I not seeing 2.7.9? -- ~Ethan~ ___ Python-Dev mailing list Python-De