[issue6998] Bug in Tutorial (introduction.rst)

2009-09-25 Thread Michael Markert

New submission from Michael Markert markert.mich...@gmail.com:

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: open
title: Bug in Tutorial (introduction.rst)
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-06-05 Thread Michael Markert

New submission from Michael Markert markert.mich...@gmail.com:

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
messages: 88939
nosy: cofi, georg.brandl
severity: normal
status: open
title: Missing reference in section 4.6 to chapter on classes
versions: Python 3.1
Added file: http://bugs.python.org/file14192/controlflow.rst.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6204
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-06-05 Thread Michael Markert

New submission from Michael Markert markert.mich...@gmail.com:

[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.

--
assignee: georg.brandl
components: Documentation
files: controlflow.patch
keywords: patch
messages: 88969
nosy: cofi, georg.brandl
severity: normal
status: open
title: [Tutorial] Section 4.7.2 has a wrong description of an example
versions: Python 3.1
Added file: http://bugs.python.org/file14197/controlflow.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6211
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6190] Tutorial 3.1.2 (Strings) has duplicate lines

2009-06-03 Thread Michael Markert

New submission from Michael Markert markert.mich...@gmail.com:

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
keywords: patch
messages: 88823
nosy: cofi, georg.brandl
severity: normal
status: open
title: Tutorial 3.1.2 (Strings) has duplicate lines
versions: Python 3.1
Added file: http://bugs.python.org/file14173/introduction.rst.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6190
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com