New submission from Jesús Cea Avión <j...@jcea.es>: "resource" page in python docs is missing a separator between 6 and 7. Checking the RST source code, everything seems correct. But the fact is that a line is missing in the HTML output.
Checking the HTML output code, it seems OK. Disabling CSS, I see the table is correct. Maybe an issue with the CSS?. A bug in Firefox 4.0.1? (my current browser). Viewing in iPhone, the display is OK :-?. Python 2.7: http://docs.python.org/library/resource.html#resource-usage Python 3.1: http://docs.python.org/release/3.1.3/library/resource.html#resource-usage Python 3.2: http://docs.python.org/py3k/library/resource.html#resource-usage Python 3.3: http://docs.python.org/dev/library/resource.html#resource-usage ---------- assignee: docs@python components: Documentation messages: 135397 nosy: docs@python, jcea priority: normal severity: normal status: open title: strangely missing separator in "resource" table versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12025> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com