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.

Author r.david.murray
Recipients Israfil, docs@python, eric.araujo, matrixise, r.david.murray
Date 2014-04-14.21:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397509222.93.0.601158205848.issue20874@psf.upfronthosting.co.za>
In-reply-to
Content
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 (actually I prefer to commit the minimum change and then do a separate reflow commit).

The patch itself looks fine.  Stéphane: the original docs didn't explain it either, and in 3.4 you don't have to do anything to enable it.  (That is, if it isn't automatically enabled, it *can't* be turned on, because readline isn't available.)
History
Date User Action Args
2014-04-14 21:00:22r.david.murraysetrecipients: + r.david.murray, eric.araujo, docs@python, matrixise, Israfil
2014-04-14 21:00:22r.david.murraysetmessageid: <1397509222.93.0.601158205848.issue20874@psf.upfronthosting.co.za>
2014-04-14 21:00:22r.david.murraylinkissue20874 messages
2014-04-14 21:00:22r.david.murraycreate