[issue20874] Tutorial section on starting python is out of date

2014-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset cbe0cf95fe37 by R David Murray in branch '3.4': #20874: update tutorial wording: sophisticated line editing is now standard. http://hg.python.org/cpython/rev/cbe0cf95fe37 New changeset b5f4ab357ff9 by R David Murray in branch '3.4': #20874: reflow

[issue20874] Tutorial section on starting python is out of date

2014-04-15 Thread R. David Murray
R. David Murray added the comment: Thanks, Rafael. -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20874

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread Rafael Mejia
Rafael Mejia added the comment: Please review that attached patch. Feedback is welcome. -- keywords: +patch nosy: +Israfil Added file: http://bugs.python.org/file34835/issue_20874.patch ___ Python tracker rep...@bugs.python.org

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: In your patch, you do not explain how to enable the command line editing. Can you add this part, or just add the reference to the existing doc? -- nosy: +matrixise ___ Python tracker rep...@bugs.python.org

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread R. David Murray
R. David Murray added the comment: Just as a point of information, when making a patch like this it is best to change the smallest number of lines possible, without worrying about line wrapping. This allows us to see just what was changed. The committer can then reflow the paragraph

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: David, thank you for this comment about the automatic activation of the command line editing. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20874 ___

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread R. David Murray
R. David Murray added the comment: Actually I take it back, the patch as a patch also has a couple issues: the line lengths are not in fact less than 80 characters in any case, and there is trailing whitespace on several lines. Could you redo it with just the minimum lines changed and no

[issue20874] Tutorial section on starting python is out of date

2014-04-14 Thread Rafael Mejia
Rafael Mejia added the comment: I've resubmitted the patch with the minimum lines changed and no trailing white space. -- Added file: http://bugs.python.org/file34856/issue_20874_2.patch ___ Python tracker rep...@bugs.python.org

[issue20874] Tutorial section on starting python is out of date

2014-03-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20874 ___ ___ Python-bugs-list

[issue20874] Tutorial section on starting python is out of date

2014-03-09 Thread R. David Murray
New submission from R. David Murray: http://docs.python.org/dev/tutorial/interpreter.html does not talk about the fact that completion and history are now enabled by default on systems that support readline, and instead says that the command line editing features are usually not very