162: Added link to container emulation documentation in plugable.py docstring

This commit is contained in:
Jason Gerard DeRose 2008-08-14 18:59:12 +00:00
parent 7c64c8b954
commit f423f2c9f0

View File

@ -19,6 +19,10 @@
"""
Generic plugin framework.
The classes in this module make heavy use of Python container emulation. If
you are unfamiliar with this Python feature, see
http://docs.python.org/ref/sequence-types.html
"""
import re