[issue6998] Bug in Tutorial (introduction.rst)

2009-09-25 Thread Michael Markert
New submission from Michael Markert : There is a `print` statement in line 225 of introduction.rst instead of a print function, rendering the snippet buggy in Python3. -- assignee: georg.brandl components: Documentation messages: 93132 nosy: cofi, georg.brandl severity: normal status

[issue6211] [Tutorial] Section 4.7.2 has a wrong description of an example

2009-06-05 Thread Michael Markert
New submission from Michael Markert : [Tutorial] Section 4.7.2 has a piece of example code which gives three possibilities to call that function, but the description states that there are only two possibilities. Attached patch changes that and gives the third possibility of calling

[issue6204] Missing reference in section 4.6 to chapter on classes

2009-06-05 Thread Michael Markert
New submission from Michael Markert : In section 4.6 there is described that classes will be explained later on. I think a real reference would be more appropriate. See attached patch. -- assignee: georg.brandl components: Documentation files: controlflow.rst.patch keywords: patch

[issue6190] Tutorial 3.1.2 (Strings) has duplicate lines

2009-06-03 Thread Michael Markert
New submission from Michael Markert : Lines 242 - 246 of `introduction.rst` are the exact duplicate of 202 - 206 in the same file. 246+247 resemble 206+207. The attached patch deletes the second notion. -- assignee: georg.brandl components: Documentation files: introduction.rst.patch