In article <[email protected]>, Terry Reedy <[email protected]> wrote:
> If one goes to http://hg.python.org/cpython/ and clicks 'browse', it > defaults to 2.7, not to default (now 3.3). Moreover, there is no > indication that it is defaulting to an old branch rather than current > default, as one might reasonably expect. I found this very confusing > when I was trying to get a link for a python-list post and the code did > not look right. It defaults to "tip" which is the most recently pushed change set. At the moment, it just so happens that tip is a 2.7 change set. Usually a change set for "default" will be the most recent but not always. You just need to check the branch list. -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
