cpython/Doc/reference
Andrew M. Kuchling 3822af6d3a Add *,**,@ to index, as suggested by
http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/

The right entry type to use isn't clear; operator seems wrong, because *,**,@
aren't being used in expressions here.  I put them as 'statement'; 'syntax'
might be better.
2008-04-15 13:10:07 +00:00
..
compound_stmts.rst Add *,**,@ to index, as suggested by 2008-04-15 13:10:07 +00:00
datamodel.rst Add docs for __func__ and __self__ on methods. 2008-03-21 19:20:21 +00:00
executionmodel.rst Note that genexps are function scopes too and therefore won't see class attributes. 2008-01-18 16:42:57 +00:00
expressions.rst Add punctuation 2008-04-10 21:28:51 +00:00
index.rst A lot more typo fixes by Ori Avtalion. 2008-02-22 12:31:45 +00:00
introduction.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00
lexical_analysis.rst Fix \xhh specs, #1889. 2008-01-22 07:53:31 +00:00
simple_stmts.rst Remove forward-looking statement 2008-04-10 21:27:10 +00:00
toplevel_components.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00