From 9c5718ea9d86652a53724255b58f5412ffd2bc00 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 6 Aug 2009 17:42:14 -0700 Subject: [PATCH] added #furtherreading section --- special-method-names.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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