version of freshly built 2.7 python

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~

On 04/02, Alexander Walters wrote:
Mercurial: ethan@code:~/source/python/python2.7$ hg parent changeset: 90450:1beb3e0507fa branch: 2.7 parent: 90434:b428b803f71f user: Zachary Ware <zachary.ware@gmail.com> date: Thu Apr 24 13:20:27 2014 -0500 files: Lib/test/test_itertools.py description: Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. -- ~Ethan~

On 04/02, Brian Curtin wrote:
A fresh pull only garnared 13 new commits, and an hg update in the 2.7 directory changed nothing. I even tried updating to default, then back to 2.7, but I get the same parent. hg branches shows default 90453:d84a69b7ba72 2.7 90450:1beb3e0507fa 3.1 90264:c7b93519807a 2.6 90100:23a60d89dbd4 3.4 90451:901b9afc918e (inactive) 3.3 90266:a8445ead2f9e (inactive) 3.2 90265:0a7d4cdc4c8d (inactive) hmmm... those numbers are about 5000 off! Okay, deleting and recloning... Okay, the revisions are matching up now -- don't know what happened, but nothing a simple nuke couldn't solve! Now-wondering-if-I-ever-did-an-hg-pull'ly yrs, ~Ethan~

On Thursday, April 2, 2015, Ethan Furman <ethan@stoneleaf.us> wrote:
https://hg.python.org/cpython/rev/1beb3e0507fa/ I'd say update and try again. Taking a wild guess as to why you're on the wrong revision, if you use the hg 'share' extension to keep separate working copies of each branch, remember that 'hg pull --update' doesn't update if you already have all changesets from the server due to a pull in another 'shared' copy. Hope this helps, -- Zach -- Sent from Gmail Mobile

On 04/02, Alexander Walters wrote:
Mercurial: ethan@code:~/source/python/python2.7$ hg parent changeset: 90450:1beb3e0507fa branch: 2.7 parent: 90434:b428b803f71f user: Zachary Ware <zachary.ware@gmail.com> date: Thu Apr 24 13:20:27 2014 -0500 files: Lib/test/test_itertools.py description: Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. -- ~Ethan~

On 04/02, Brian Curtin wrote:
A fresh pull only garnared 13 new commits, and an hg update in the 2.7 directory changed nothing. I even tried updating to default, then back to 2.7, but I get the same parent. hg branches shows default 90453:d84a69b7ba72 2.7 90450:1beb3e0507fa 3.1 90264:c7b93519807a 2.6 90100:23a60d89dbd4 3.4 90451:901b9afc918e (inactive) 3.3 90266:a8445ead2f9e (inactive) 3.2 90265:0a7d4cdc4c8d (inactive) hmmm... those numbers are about 5000 off! Okay, deleting and recloning... Okay, the revisions are matching up now -- don't know what happened, but nothing a simple nuke couldn't solve! Now-wondering-if-I-ever-did-an-hg-pull'ly yrs, ~Ethan~

On Thursday, April 2, 2015, Ethan Furman <ethan@stoneleaf.us> wrote:
https://hg.python.org/cpython/rev/1beb3e0507fa/ I'd say update and try again. Taking a wild guess as to why you're on the wrong revision, if you use the hg 'share' extension to keep separate working copies of each branch, remember that 'hg pull --update' doesn't update if you already have all changesets from the server due to a pull in another 'shared' copy. Hope this helps, -- Zach -- Sent from Gmail Mobile
participants (4)
-
Alexander Walters
-
Brian Curtin
-
Ethan Furman
-
Zachary Ware