[issue7061] Improve turtle module documentation

2014-10-09 Thread R. David Murray
R. David Murray added the comment: If there *is* anything left to do here, new issues should be opened. -- nosy: +r.david.murray resolution: accepted -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue7061] Improve turtle module documentation

2013-11-06 Thread A.M. Kuchling
A.M. Kuchling added the comment: Is there anything left to do for this issue? -- nosy: +akuchling ___ Python tracker ___ ___ Python-bug

[issue7061] Improve turtle module documentation

2010-11-11 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Sun, Oct 31, 2010 at 8:00 PM, Éric Araujo wrote: .. > “Python” is lower-cased only when referring to the executable (as a > file) itself.  When talking about the language, the implementation or > the VM in an abstract way (not a file), It think it’s a

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed a slightly modified turtle-star-sidebar.diff in revision 86364. Note that I've included both pdf and postscript files in case someone would want to run postscript through a better distiller than the OSX preview that I used. The postscript wa

[issue7061] Improve turtle module documentation

2010-11-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: To me, the mini change logs are both distracting noise and contrary to the general start-fresh policy for 3.x docs, stated somewhere by Georg B, which I really like. -- ___ Python tracker

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Tue, Nov 9, 2010 at 11:45 AM, Raymond Hettinger wrote: .. > Raymond Hettinger added the comment: > > The mini change log is harmless.  I would leave it as is. It is not entirely harmless. First, it occupies valuable easy to scroll to end-of-page rea

[issue7061] Improve turtle module documentation

2010-11-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: The mini change log is harmless. I would leave it as is. -- ___ Python tracker ___ ___ Python-bu

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Sat, Oct 30, 2010 at 8:27 PM, Terry J. Reedy wrote: .. > Sections about 2.x changes should not be in 3.x docs. I agree. Neither "Changes since Python 2.6" nor "Changes since Python 2.6" belong in this section. The first belongs to "What's new in Py

[issue7061] Improve turtle module documentation

2010-11-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I like it! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: As a follow-up to Raymond's suggestion, I am attaching a patch that will add a sidebar to the introduction section of the turtle documentation section. While it is not common to include screenshots in python documentation, I think it is very appropriat

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file19558/turtle-star.png ___ Python tracker ___ ___ Python-bugs-list mail

[issue7061] Improve turtle module documentation

2010-11-09 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file19559/turtle-sidebar-screenshot.png ___ Python tracker ___ ___ Python-

[issue7061] Improve turtle module documentation

2010-11-08 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- title: Improve 24.5. turtle doc -> Improve turtle module documentation ___ Python tracker ___ ___