diff --git a/special-method-names.html b/special-method-names.html index 11bc032..2e8c1c9 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -817,6 +817,30 @@ def __exit__(self, *args): MyABC.__subclasshook__(C) +

Further Reading

+ +

Modules mentioned in this appendix: + +

+ +

Other light reading: + +

+

© 2001–9 Mark Pilgrim