This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed type: behavior nosy: + orsenthil messages: + msg120706 resolution: fixed stage: needs patch -> resolved |
| 2010年11月08日 01:12:54 | kjohnson | set | files:
+ issue10303.diff nosy: + kjohnson messages: + msg120699 keywords: + patch |
| 2010年11月05日 22:13:39 | terry.reedy | set | versions:
+ Python 3.1, Python 2.7 nosy: + terry.reedy messages: + msg120545 keywords: + easy stage: needs patch |
| 2010年11月04日 00:27:53 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2010年11月04日 00:21:20 | maltehelmert | create | |