ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Python paterfamilias Guido van Rossum has proposed a multi-year moratorium on the scripting language: no more grammar or semantic changes.
The reasons for Guido van Rossum's action become clear. On the one hand, a lot of work still needs to go into bringing Python 3.0 to the level of previous versions and promoting its distribution. On the other hand, frequent Python changes require developers of alternative implementations (Jython, IronPython, PyPy and others) constantly to adapt without end-users getting much benefit from it.
In van Rossum's mail to the Python community he thus recommends a multi-year moratorium on language changes. However, to aid in Python 3.0 dissemination, work should still continue on the standard library.
Comments