--- a/Doc/reference/datamodel.rst Sat Feb 18 14:42:57 2012 +0100 +++ b/Doc/reference/datamodel.rst Sun Feb 19 10:49:30 2012 +0100 @@ -1265,6 +1265,8 @@ Basic customization inheritance of :meth:`__hash__` will be blocked, just as if :attr:`__hash__` had been explicitly set to :const:`None`. + See also the :option:`-R` command-line option. + .. method:: object.__bool__(self)