Vajrasky Kok added the comment:

"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.

----------
nosy: +vajrasky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18606>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to