When will Python 3 be fully deployed
Martin P. Hellwig
martin.hellwig at dcuktec.org
Sun Dec 6 17:53:07 EST 2009
More information about the Python-list mailing list
Sun Dec 6 17:53:07 EST 2009
- Previous message (by thread): When will Python 3 be fully deployed
- Next message (by thread): When will Python 3 be fully deployed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Edward A. Falk wrote: <cut> > For development purposes, you should stick with the oldest version that will > actually run your code. Every time you move to a more modern version, you're > leaving potential users/customers out in the cold. If the fear of customers disatification prevents you from using a certain version of X, you should consider a deployment strategy that cuts out dependencies as much as possible. Although this will result in a larger end package and possible high amount of duplication, it is still preferable to just stop supporting popular platforms or be swamped away with bugs due to version mismatches. -- MPH http://blog.dcuktec.com 'If consumed, best digested with added seasoning to own preference.'
- Previous message (by thread): When will Python 3 be fully deployed
- Next message (by thread): When will Python 3 be fully deployed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list