[issue10303] small inconsistency in tutorial

2010-11-07 Thread Kent Johnson

Kent Johnson k...@kentsjohnson.com added the comment:

Attached patch deletes the referenced sentence.

--
keywords: +patch
nosy: +kjohnson
Added file: http://bugs.python.org/file19536/issue10303.diff

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



[issue10303] small inconsistency in tutorial

2010-11-07 Thread Senthil Kumaran

Senthil Kumaran orsent...@gmail.com added the comment:

Fixed in r86310. print was used in some examples following its mention, so a 
simple introduction to it was okay. It is introduced properly further down in 
the tutorial.

--
nosy: +orsenthil
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed
type:  - behavior

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



[issue10303] small inconsistency in tutorial

2010-11-05 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

The sentence should be deleted. Print is *not* used in any of the previous 
examples. This is the first mention of print() in the chapter and is 
nonsensical in context.

--
keywords: +easy
nosy: +terry.reedy
stage:  - needs patch
versions: +Python 2.7, Python 3.1

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



[issue10303] small inconsistency in tutorial

2010-11-03 Thread Malte Helmert

New submission from Malte Helmert helm...@informatik.uni-freiburg.de:

Section 3.1.2. Strings says *Once again*, the print() function produces the 
more readable output., but as far as I can see (or grep), this is the first 
time that this aspect of print() is mentioned.

--
assignee: d...@python
components: Documentation
messages: 120362
nosy: d...@python, maltehelmert
priority: normal
severity: normal
status: open
title: small inconsistency in tutorial
versions: Python 3.2

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



[issue10303] small inconsistency in tutorial

2010-11-03 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti

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