[issue18606] Add statistics module to standard library

Vajrasky Kok report at bugs.python.org
Sat Aug 3 10:30:53 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18606>
_______________________________________


More information about the Python-bugs-list mailing list