Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would say that Python breaks backwards compatibility in small ways for minor releases semi-regularly, such as adding new keywords (with, yield), removing little-used standard library modules, and removing support for raising strings as exceptions, but always provides deprecation warnings for a release first and (for new keywords or syntax) allows early opt-in with "from __future__ import"

http://www.python.org/dev/peps/pep-0387/



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: