Issue 3296: print function not executed in python 3.0 tutorial (original) (raw)

Created on 2008-07-05 23:31 by segfaulthunter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-patch segfaulthunter,2008-07-05 23:31 Patch for http://docs.python.org/dev/3.0/\_sources/tutorial/datastructures.txt
Messages (2)
msg69311 - (view) Author: Florian Mayer (segfaulthunter) Date: 2008-07-05 23:31
It is for sure only a minor issue, but the new tutorial should not confuse readers as the print function is not executed here and does not do anything at all. Patch is attached.
msg69313 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-05 23:40
Thanks! Fixed in r64752.
History
Date User Action Args
2022-04-11 14:56:36 admin set github: 47546
2008-07-05 23:40:24 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: fixedmessages: +
2008-07-05 23:31:07 segfaulthunter create