On Thu, Feb 26, 2009 at 6:28 AM, Bala subramanian <[email protected]> wrote: > Dear Friends, > > Is there any website/tutorial that explains new features that are constantly > getting embedded in python.
Every new release comes with a "What's New in Python xx" document. This is often the best, and sometimes the only, available documentation for new features. For example: http://docs.python.org/whatsnew/2.6.html http://docs.python.org/3.0/whatsnew/3.0.html Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
