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 vajrasky
Recipients belopolsky, gregory.p.smith, pitrou, ronaldoussoren, steven.daprano, vajrasky
Date 2013-08-03.08:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375518653.98.0.642731043115.issue18606@psf.upfronthosting.co.za>
In-reply-to
Content
"Is there a reason why there is no 'review' link?  Could it be because the file is uploaded as is rather than as a patch?"

I think I can answer this question. The answer is yes. You can have "review" only if you use diff not raw file.

The original poster, Steven D'Aprano, uploaded the raw file instead of diff. To upload the new file as a diff, (assuming he is using mercurial) he can do something like this:

hg add Lib/statistics.py
hg diff Lib/statistics.py > /tmp/statistics_diff.patch

Then he can upload the statistics_diff.patch.

Of course, this is just my hypothetical guess.
History
Date User Action Args
2013-08-03 08:30:54vajraskysetrecipients: + vajrasky, gregory.p.smith, ronaldoussoren, belopolsky, pitrou, steven.daprano
2013-08-03 08:30:53vajraskysetmessageid: <1375518653.98.0.642731043115.issue18606@psf.upfronthosting.co.za>
2013-08-03 08:30:53vajraskylinkissue18606 messages
2013-08-03 08:30:53vajraskycreate