This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Adnan.Umer, benjamin.peterson, larry, python-dev, rhettinger, terry.reedy
Date 2015-09-04.01:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55E8F995.1030108@udel.edu>
In-reply-to <1441269066.76.0.643054582363.issue21192@psf.upfronthosting.co.za>
Content
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://hg@bitbucket.org/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://terryjreedy@bitbucket.org/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.
History
Date User Action Args
2015-09-04 01:54:05terry.reedysetrecipients: + terry.reedy, rhettinger, larry, benjamin.peterson, python-dev, Adnan.Umer
2015-09-04 01:54:05terry.reedylinkissue21192 messages
2015-09-04 01:54:03terry.reedycreate