This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catlee
Recipients catlee, georg.brandl
Date 2008-06-28.04:01:55
SpamBayes Score 0.046238586
Marked as misclassified No
Message-id <1214625718.52.0.484421456661.issue3224@psf.upfronthosting.co.za>
In-reply-to
Content
Index: Doc/whatsnew/2.6.rst
===================================================================
--- Doc/whatsnew/2.6.rst	(revision 64571)
+++ Doc/whatsnew/2.6.rst	(working copy)
@@ -1284,7 +1284,7 @@
 Here are all of the changes that Python 2.6 makes to the core Python
language.
 
 * The :func:`hasattr` function was catching and ignoring all errors,
-  under the assumption that they meant a :meth:`__getattr__` method has 
+  under the assumption that they meant a :meth:`__getattr__` method was 
   failing somewhere and the return value of :func:`hasattr` would therefore
   be ``False``.  This logic shouldn't be applied to 
   :exc:`KeyboardInterrupt` and :exc:`SystemExit`, however; Python 2.6 will
History
Date User Action Args
2008-06-28 04:01:59catleesetspambayes_score: 0.0462386 -> 0.046238586
recipients: + catlee, georg.brandl
2008-06-28 04:01:58catleesetspambayes_score: 0.0462386 -> 0.0462386
messageid: <1214625718.52.0.484421456661.issue3224@psf.upfronthosting.co.za>
2008-06-28 04:01:56catleelinkissue3224 messages
2008-06-28 04:01:55catleecreate