[issue16438] Numeric operator predecence confusing

2012-11-27 Thread Kiet Tran

Kiet Tran added the comment:

That document actually doesn't have any table that spans multiple lines. Here's 
the html page: http://docs.python.org/dev/library/unittest.html

Actually, I already know how to make a table span multiple lines from this 
stackoverflow page: 
http://stackoverflow.com/questions/13504595/multi-line-table-cell-in-restructuredtext

However, the problem is having the items in different columns match, as it 
depends on the width of the table, which is not fixed. For example, notice how 
the table is formatted nicely here: http://imgur.com/y1hLg
But if I shrink the width, the formatting just goes wrong: 
http://imgur.com/Oct9m

This is particularly problematic because some elements in the table have long 
lines.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16438
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16438] Numeric operator predecence confusing

2012-11-22 Thread Kiet Tran

Kiet Tran added the comment:

Good idea.

--
keywords: +patch
Added file: http://bugs.python.org/file28075/16438.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16438
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16438] Numeric operator predecence confusing

2012-11-21 Thread Kiet Tran

Kiet Tran added the comment:

I was trying to fix this, but I ran into a couple questions.

1) Once I put, say, x + y and x - y into the same table cell, what would a 
good format be? My preferred format is to have them on separate lines in the 
cell, but after a lot of googling on the syntax of reST (and trials and 
errors), I'm still unable to figure out how to do it. Using bullet points would 
mean I have to align elements in the Notes column with the ones in the 
Operation column somehow. Alternatively, I can separate them by comma, but 
the table would look a bit cluttered.

2) Should the functions abs, int, etc., belong in the same table that's meant 
to list operators by precedence?

--
nosy: +ktt3ja

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16438
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com