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)
+Modules mentioned in this appendix: + +
zipfile module
+cgi module
+collections module
+math module
+pickle module
+copy module
+abc (“Abstract Base Classes”) module
+Other light reading: + +
© 2001–9 Mark Pilgrim