Issue 10303: small inconsistency in tutorial (original) (raw)

Created on 2010-11-04 00:21 by maltehelmert, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue10303.diff kjohnson,2010-11-08 01:12 py3k patch to delete sentence
Messages (4)
msg120362 - (view) Author: Malte Helmert (maltehelmert) Date: 2010-11-04 00:21
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.
msg120545 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-11-05 22:13
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.
msg120699 - (view) Author: Kent Johnson (kjohnson) * Date: 2010-11-08 01:12
Attached patch deletes the referenced sentence.
msg120706 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-11-08 01:57
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.
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54512
2010-11-08 01:57:37 orsenthil set status: open -> closedtype: behaviornosy: + orsenthilmessages: + resolution: fixedstage: needs patch -> resolved
2010-11-08 01:12:54 kjohnson set files: + issue10303.diffnosy: + kjohnsonmessages: + keywords: + patch
2010-11-05 22:13:39 terry.reedy set versions: + Python 3.1, Python 2.7nosy: + terry.reedymessages: + keywords: + easystage: needs patch
2010-11-04 00:27:53 ezio.melotti set nosy: + ezio.melotti
2010-11-04 00:21:20 maltehelmert create