This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ktt3ja
Recipients docs@python, ezio.melotti, fossilet, jcea, ktt3ja, meador.inge
Date 2012-11-22.02:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353550098.74.0.0399039219713.issue16438@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-11-22 02:08:18ktt3jasetrecipients: + ktt3ja, jcea, fossilet, ezio.melotti, meador.inge, docs@python
2012-11-22 02:08:18ktt3jasetmessageid: <1353550098.74.0.0399039219713.issue16438@psf.upfronthosting.co.za>
2012-11-22 02:08:18ktt3jalinkissue16438 messages
2012-11-22 02:08:17ktt3jacreate