On Sep 1, 2008, at 10:06 PM, johnf wrote:

> I'd like to drop support for the 7.4.x versions of postgres.  7.4 is  
> over 7-8
> years old now and with the 8.x improvements it is just nuts not to  
> use 8.x
> over 7.4.

        Except in cases where the developer doesn't have a say in the matter.

> Unless someone on the dev team has objections I will remove the
> line that states 7.4 is supported.

        You presented an alternative line in your reply that you state will  
work for earlier versions. Why not change the code to read:

try:
        <current version>
except <database error>:
        <old version>


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to