Message267068
| Author |
martin.panter |
| Recipients |
chris.jerdonek, docs@python, martin.panter, r.david.murray, rhettinger, tbeadle, terry.reedy |
| Date |
2016年06月03日.07:14:31 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1464938071.58.0.193791125671.issue15476@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I left some minor review suggestions. But a more serious problem is that the change to Doc/reference/datamodel.rst breaks the formatting for me. Instead of a HTML <dl>, I get a <p> followed by a <blockquote>. Unfortunately I don’t know of a way to get index entries to point to the definition list heading without breaking up a definition list like this.
IMO having entries under both "code object" and "code" is redundant, but I see that is debatable. :) If I was looking this up, I would probably look at "code" first. If it wasn’t there, I might even miss a separate "code object" entry, considering there is also a second "code (. . .)" entry as well. |
|