[Python-ideas] os.architecture

Amber Yust amber.yust at gmail.com
Mon Dec 30 00:17:30 CET 2013


On Sun Dec 29 2013 at 2:35:07 PM, Andrew Barnert <abarnert at yahoo.com> wrote:

> I also love hard coding SDL 2.0.1 into your portable application, because
> there's no way they'll ever release a newer version without telling you in
> advance so you can forcibly update all your users, which makes their
> "latest" links useless.
>

Using a fixed version isn't necessarily a terrible idea. While lots of
libraries strive for backwards compatibility, that doesn't mean they don't
sometimes break it (intentionally or accidentally). Always pulling down the
latest version of a library can lead to trickier debugging.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20131229/c1b0572c/attachment-0001.html>


More information about the Python-ideas mailing list