cpython/Doc/reference
Guido van Rossum 97c1adf393 Anti-registration of various ABC methods.
- Issue #25958: Support "anti-registration" of special methods from
  various ABCs, like __hash__, __iter__ or __len__.  All these (and
  several more) can be set to None in an implementation class and the
  behavior will be as if the method is not defined at all.
  (Previously, this mechanism existed only for __hash__, to make
  mutable classes unhashable.)  Code contributed by Andrew Barnert and
  Ivan Levkivskyi.
2016-08-18 09:22:23 -07:00
..
compound_stmts.rst Issue #26576: Merge from 3.5 2016-08-03 10:17:51 +03:00
datamodel.rst Anti-registration of various ABC methods. 2016-08-18 09:22:23 -07:00
executionmodel.rst #25679: spelling fix 2015-11-20 09:57:20 -05:00
expressions.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
grammar.rst Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
import.rst Merge for issue #27712 2016-08-12 10:57:17 -07:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst Issue #26462: Merge code block fixes from 3.5 2016-07-29 01:49:37 +00:00
simple_stmts.rst Issue #24136: Merge unpacking doc from 3.5 2016-06-12 01:55:03 +00:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00