<pre>
Hi Steve,
>> Why should the package developer dictacte which python version the
>> package will run on ?

> Because they're the developer. Who else should decide what Python
> versions to support? 
The developer shouldn't be making such decisions at all....
What hardware or operating systems we run his/her programs on is
up to the real world to decide.
If you think about it logically... why are we even asking our
developers to even "build" their packages for specific python
versions in the first place?
They should just:
</pre>
<ul>
        <li>submit code....</li>
        <li>The code gets built....</li>
        <li>Somewhere the packages are made (eg pypi)...</li>
        <li>Downloaded... used....</li>
        <li>bug reports come in...</li>
        <li>fix the code...</li>
</ul>
<pre>
There's no logical reason for developers to take on so much extra work if you think about it...
</pre>
<pre>
Python is an interpreted language...
</pre>
<pre>
It's all about source code... 
</pre>
<pre>
> What are you going to do, hold a gun to their head
> and force them to support Python 2.1 when they've written it using 2.6
> features?
No. Definitely not.
</pre>
<pre>
Just file a bug request.... 
</pre>
<pre>
> What's the *problem* that you are trying to solve? What bad thing will
> happen if we don't build your proposed system?
</pre>
<pre>
I will never get to drive a supercomputer.... 
</pre>
<pre>
>> Google. Amazon web services..

> They're not super computers. They're distributed networks of "regular"
> computers.
</pre>
<pre>
But they're pretty fast... 
</pre>
<pre>
> Whether it is $30 a month or $30,000 a month, who do you expect to pay it?
</pre>
<pre>
Oh please....
</pre>
<pre>
It ain't that hard finding $30.... 
</pre>
<pre>
>> pypi_packagelist = getallpypipackages()
>>
>> for package in pypi_packagelist:
>>     testpackageonallplatforms(package)


> You don't have either getallpypipackages() or
> testpackageonallplatforms(), so this is just Py in the Sky (pun intended)
> fantasizing. But okay, for the sake of the argument, let's pretend you
> have your cluster, and your test suite. You run the test, and get a list
> of 18,000 errors (that's an average of three errors per package). Now
> what?
</pre>
<pre>
File them as bug reports....
</pre>
<pre>
David 
</pre>