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 |
Andrew M. Kuchling
|
d51e842a3f
|
Add class decorators
|
2008-03-13 11:07:35 +00:00 |
Georg Brandl
|
907a720f89
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
Georg Brandl
|
6265833d91
|
Simplify index entries; fix #1712.
|
2008-01-05 19:29:45 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
a739503881
|
Add :term:s for "new-style class".
|
2007-10-21 12:15:05 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |