On 2006-09-12, Matthew Wilson <[EMAIL PROTECTED]> wrote:
> I build a lot of elaborate dictionaries in my interpreter, and
> then I forget exactly how they work.  It would be really nice
> to be able to add notes to the dictionary.
>
> Is there some way to do this now?

Writing a thin wrapper around the dictionary might be beneficial,
and would also furnish a place for the docstrings. Actually, the
wrapper would probably prevent you from needing the docstring
very often. ;)

-- 
Neil Cerutti
Eddie Robinson is about one word: winning and losing. --Eddie
Robinson's agent Paul Collier
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to