Message319898
| Author | r.david.murray |
|---|---|
| Recipients | Patrick Lehmann, docs@python, georg.brandl, lukasz.langa, r.david.murray, serhiy.storchaka, terry.reedy |
| Date | 2018-06-18.16:38:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529339914.45.0.56676864532.issue28710@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
No, it is (somewhat) unique to tex. If you write `word' tex would turn that into a pair of opposing quotes in the typeset document, as opposed to 'word' (the convention in regular text/emails/posts/etc) where you'd just see ascii quotes. tex would render 'word' as a closing quote both before and after word, which looks weird in typeset text. There's no bug here; as you say we aren't interested in making the docstrings parseable as restructured text (at least, I'm not). For me, this is about getting rid of the now-odd-looking tex leftovers and making the ascii styling consistent with the bulk of our docstrings. It's not a big deal, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-18 16:38:34 | r.david.murray | set | recipients: + r.david.murray, georg.brandl, terry.reedy, docs@python, lukasz.langa, serhiy.storchaka, Patrick Lehmann |
| 2018-06-18 16:38:34 | r.david.murray | set | messageid: <1529339914.45.0.56676864532.issue28710@psf.upfronthosting.co.za> |
| 2018-06-18 16:38:34 | r.david.murray | link | issue28710 messages |
| 2018-06-18 16:38:34 | r.david.murray | create | |