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' and 
'dir2' do not exist, and so the print_diff_files() fails, but there seems to be 
no reason to fix this; the same for Doc/library/imghdr.rst - there is no 
/tmp/bass.gif, so it fails
        - some fail for inexplicable reasons - Doc/library/string.rst - the 
table of numbers does not match, though it is exactly the same. No idea why.

----------
assignee: docs@python
components: Documentation
files: doc_lib.patch
keywords: patch
messages: 172253
nosy: Ravi.Sinha, chris.jerdonek, docs@python, r.david.murray, terry.reedy
priority: normal
severity: normal
status: open
title: Some minor doc fixes in Doc/library
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27462/doc_lib.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16154>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to