Terry J. Reedy added the comment: On 9/3/2015 4:31 AM, Larry Hastings wrote:
> Terry, if you want this pulled in to Python 3.5.0, you'll need to create a > pull request on Bitbucket. Instructions are here: > > https://mail.python.org/pipermail/python-dev/2015-August/141167.html I don't remember seeing this, but done now. > and here: > > https://mail.python.org/pipermail/python-dev/2015-August/141365.html I did get this. This step 4: Pull from the 3.5.0 repo into your "cpython351-merge" directory. % hg pull ssh://[email protected]/larry/cpython350 gives me a Putty Fatal Error: Disconnected: No supported authentication methods available (server sent publickey). I presume it would require a key on deposit, as with python.org. It seems however that hg pull https://[email protected]/larry/cpython350 might work in that it searched for changes and found none (as expected). There is something odd about the size of your clone. My cpython clone is 928 MB on disk with 30300 files, while the clone of my fork of your repository is 1.59 GB for 14500 files. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue21192> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
