[issue6777] Python 2.6 tutorial still recommends using Exception.message attribute

2009-09-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks, corrected in r74653. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue6777] Python 2.6 tutorial still recommends using Exception.message attribute

2009-08-24 Thread Christoph Zwerschke
New submission from Christoph Zwerschke : The Python 2.6.2 tutorial says at the end of secton 8.3 (http://docs.python.org/tutorial/errors.html#handling-exceptions): "But use of .args is discouraged. Instead, the preferred use is to pass a single argument to an exception (which can be a tuple if