Proposal: Moratorium on Python language changes
Posted Oct 22, 2009 0:40 UTC (Thu) by
foom (subscriber, #14868)
In reply to:
Proposal: Moratorium on Python language changes by cortana
Parent article:
Proposal: Moratorium on Python language changes
Python had a perfectly reasonable deprecation policy. It would have been much better IMO to keep
using it, and slowly deprecating, replacing, and eventually deleting undesirable features, over a
period of time, as has been the previous policy.
But, that's not what happened. Instead, a ton of new things were added, old things were deleted,
and significant parts of the language incomapatibly changed, all at once. So, the result is certainly
different. But is it better? Perhaps. There was very little time to review all the changes that
happened, and I'm afraid there may be just as many new misfeatures as there were old
misfeatures that were removed.
And, as things stand now, not even all of the standard library in Py3k works properly yet --
nevermind 3rd party software! Hopefully by 3.2, at least the stdlib will be finished being converted.
(
Log in to post comments)