[issue16154] Some minor doc fixes in Doc/library

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27649/27.doc_lib_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16154

[issue16154] Some minor doc fixes in Doc/library

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27650/32.doc_lib_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16154

[issue16154] Some minor doc fixes in Doc/library

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27651/33.doc_lib_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16154

[issue16154] Some minor doc fixes in Doc/library

2012-10-21 Thread Ravi Sinha
Ravi Sinha added the comment: Based on what I saw on some other issues, I think there is just a separate patch for each version (coming from separate working repositories), but all attached to the same issue. So I am doing the same. All the changes have been made to files under Doc/library

[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-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27653/32.doc_faq_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16155

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27654/33.doc_faq_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16155

[issue16155] Some minor doc fixes in Doc/faq

2012-10-21 Thread Ravi Sinha
Changes by Ravi Sinha rss1...@gmail.com: Added file: http://bugs.python.org/file27655/34.doc_faq_Oct21_2012.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16155

[issue16154] Some minor doc fixes in Doc/library

2012-10-14 Thread Ravi Sinha
Ravi Sinha added the comment: I've used the testsetup directive and the problem in http://hg.python.org/cpython/file/40a1652349e9/Doc/library/math.rst, line 79, is fixed; the test passes Added # doctest: +SKIP to lines 179 and 180 in http://hg.python.org/cpython/file/40a1652349e9/Doc/library

[issue16154] Some minor doc fixes in Doc/library

2012-10-06 Thread Ravi Sinha
New submission from Ravi Sinha: - Doc/library/math.rst - fsum will pass if 'from math import fsum' is done before it, but I've left such issues for now since there seems to be a debate about how to go about that - some seem unfixable too - e.g. Doc/library/filecmp.rst - 'dir1

[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