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 lemburg
Recipients christian.heimes, facundobatista, georg.brandl, gvanrossum, lemburg, pitrou
Date 2008-06-11.21:29:47
SpamBayes Score 1.4333441e-05
Marked as misclassified No
Message-id <485043C9.9010206@egenix.com>
In-reply-to <4850435C.2020405@egenix.com>
Content
On 2008-06-11 23:27, M.-A. Lemburg wrote:
> On 2008-06-11 20:38, Antoine Pitrou wrote:
>> Antoine Pitrou <pitrou@free.fr> added the comment:
>>
>> Here is a new patch against SVN trunk. Nothing changed, except that I
>> updated pybench to test keyword arguments as well.
>>
>> Added file: http://bugs.python.org/file10590/namedparam2.patch
> 
> When changing parameters or other aspects of pybench tests, you *have*
> to update the version number of the test as well. Otherwise, pybench
> would compare apples with oranges.

BTW: It would probably be better to add a completely new test
PythonNamedParameterCalls or something along those lines instead
of changing an existing test.
History
Date User Action Args
2008-06-11 21:29:48lemburgsetspambayes_score: 1.43334e-05 -> 1.4333441e-05
recipients: + lemburg, gvanrossum, georg.brandl, facundobatista, pitrou, christian.heimes
2008-06-11 21:29:47lemburglinkissue1819 messages
2008-06-11 21:29:47lemburgcreate