New submission from Anthony Long <antl...@gmail.com>:

I would like to add docstrings to dicts and named tuples. Dicts can be used to 
hold many different kinds of information, and docstrings would help to shed 
light on what the dict does to others.

Named tuples also should have docstrings, since they can also include 
information which can be explained it great detail within docstrings.

----------
components: Interpreter Core
messages: 111711
nosy: antlong
priority: normal
severity: normal
status: open
title: Allow docstrings on dicts and named tuples outside of functions or 
classes.
type: feature request
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9391>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to