[issue16155] Some minor doc fixes in Doc/faq

2014-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16155] Some minor doc fixes in Doc/faq

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 96eab476d45e by Georg Brandl in branch '3.4': Closes #16155: fix a few errors in doctest output of the FAQ pages. https://hg.python.org/cpython/rev/96eab476d45e -- ___ Python tracker

[issue16155] Some minor doc fixes in Doc/faq

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 09782fad1825 by Georg Brandl in branch '2.7': Closes #16155: fix a few errors in doctest output of the FAQ pages. https://hg.python.org/cpython/rev/09782fad1825 -- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved statu

[issue16155] Some minor doc fixes in Doc/faq

2014-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ __

[issue16155] Some minor doc fixes in Doc/faq

2012-10-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha : Added file: http://bugs.python.org/file27655/34.doc_faq_Oct21_2012.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha : Added file: http://bugs.python.org/file27654/33.doc_faq_Oct21_2012.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha : Added file: http://bugs.python.org/file27653/32.doc_faq_Oct21_2012.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Ravi Sinha added the comment: Did the same changes for versions 2.7, 3.2, 3.3, and 3.4 For line wrap in cases like http://hg.python.org/cpython/file/40a1652349e9/Doc/faq/general.rst, line 448, broke the list across separate lines, and had to use +NORMALIZE_WHITESPACE to make the tests pass.

[issue16155] Some minor doc fixes in Doc/faq

2012-10-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16155] Some minor doc fixes in Doc/faq

2012-10-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Doc corrections (can) go in all current docs. 1.2 - 1.0: same change "Hello" * 3: same change dir([]): shouldn't output be line-wrapped 3.3: same 3.2: delete __dir__, clear, copy, giving ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '_

[issue16155] Some minor doc fixes in Doc/faq

2012-10-07 Thread Chris Jerdonek
Chris Jerdonek added the comment: > it does not seem to pick the whitespace in the docs and does not match - > Doc/faq/general.rst Can you provide a link to the line (or one of the lines) in question so it's easier to see what you are referring to? > os.path.isdir returns True or False, not 0

[issue16155] Some minor doc fixes in Doc/faq

2012-10-06 Thread Ravi Sinha
New submission from Ravi Sinha: - help(fn) which in the REPL leads to a new pager/ display - seems to be difficult to test with doctest - it does not seem to pick the whitespace in the docs and does not match - Doc/faq/general.rst - os.path.isdir returns True or False, not 0 or 1 as in