cpython/Doc/tutorial
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
..
appetite.rst Don't offend snake lovers. 2008-04-12 19:05:37 +00:00
classes.rst Add isinstance/issubclass to tutorial. 2008-03-06 07:31:34 +00:00
controlflow.rst Add *,**,@ to index, as suggested by 2008-04-15 13:10:07 +00:00
datastructures.rst Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. 2008-03-28 12:22:12 +00:00
errors.rst Demonstrate new except/as syntax. 2008-01-30 00:51:58 +00:00
floatingpoint.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
index.rst Move the glossary from the tutorial to toplevel. 2007-08-17 06:27:11 +00:00
inputoutput.rst Clarify "b" mode under Unix. 2008-01-26 14:02:38 +00:00
interactive.rst Make a path more Unix-standardy. 2007-10-20 15:21:22 +00:00
interpreter.rst It's 2.6 now. 2008-03-02 06:28:16 +00:00
introduction.rst Add tutorial section about coding style. 2008-01-06 22:05:40 +00:00
modules.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
stdlib.rst Note that smtplib example needs a mailserver. 2007-08-17 05:58:36 +00:00
stdlib2.rst Don't reference pyshell. 2008-02-22 12:56:34 +00:00
whatnow.rst Fix lots of broken links in the docs, found by Sphinx' external link checker. 2008-03-15 00:20:19 +00:00