WMI in Python
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Sat Sep 18 01:03:23 EDT 2010
In message
<210f30c4-22da-405f-ad4b-cc46841ca686 at p22g2000pre.googlegroups.com>, alex23
wrote:
> Lawrence D'Oliveiro <l... at geek-central.gen.new_zealand> wrote:
>
>> Because machine-generated
>> code has no place in a source file to be maintained by a human.
>
> Endlessly repeating your bigotry doesn't make it any more true.
The point is that it is machine-generated from an input command, therefore
it makes sense from a maintenance viewpoint to keep the input command, not
the machine-generated output, in the source file, and simply generate the
latter from the former as part of the build process.
More information about the Python-list
mailing list