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 willingc
Recipients brett.cannon, eric.araujo, ezio.melotti, willingc
Date 2015-04-22.04:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429675966.28.0.903665853616.issue20851@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, Is documentation for a testing a tarball dumped for an RC still needed? 

If so, are the following steps accurate?

1. Download tarball
2. Extract tarball into a directory
   tar -xzvf release.tar.gz
3. Change directory into release directory
   cd release
4. Install the release
   sudo python setup.py install

My assumption: After installation above, testing should be similar to the existing devguide instructions for testing.

Thoughts?
History
Date User Action Args
2015-04-22 04:12:46willingcsetrecipients: + willingc, brett.cannon, ezio.melotti, eric.araujo
2015-04-22 04:12:46willingcsetmessageid: <1429675966.28.0.903665853616.issue20851@psf.upfronthosting.co.za>
2015-04-22 04:12:46willingclinkissue20851 messages
2015-04-22 04:12:45willingccreate