Issue 42324: Doctest: directives - Python tracker
Created on 2020-11-11 11:57 by konrad.schwarz, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg380752 - (view) | Author: Konrad Schwarz (konrad.schwarz) | Date: 2020-11-11 11:57 | |
In both PDF and HTML, the examples for Doctest directives don't actually show the directives themselves, perhaps because they syntactically start with a #. |
|||
| msg380753 - (view) | Author: Karthikeyan Singaravelan (xtreak) * ![]() |
Date: 2020-11-11 12:06 | |
Is this similar to https://bugs.python.org/issue36675 ? |
|||
| msg380787 - (view) | Author: Konrad Schwarz (konrad.schwarz) | Date: 2020-11-11 18:42 | |
Yes it is. On Wed, Nov 11, 2020 at 1:06 PM Karthikeyan Singaravelan < report@bugs.python.org> wrote: > > Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: > > Is this similar to https://bugs.python.org/issue36675 ? > > ---------- > nosy: +xtreak > > _______________________________________ > Python tracker <report@bugs.python.org> > <https://bugs.python.org/issue42324> > _______________________________________ > -- Mit freundlichen Grüßen Konrad Schwarz |
|||
| msg382355 - (view) | Author: Julien Palard (mdk) * ![]() |
Date: 2020-12-02 23:15 | |
Thanks for reporting! This will be fixed soon: https://github.com/python/cpython/pull/23620 I'm marking issue42324 as duplicate of issue36675. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:38 | admin | set | github: 86490 |
| 2020-12-02 23:15:42 | mdk | set | status: open -> closed superseder: Doctest directives and comments missing from code samples nosy:
+ mdk |
| 2020-11-11 18:42:59 | konrad.schwarz | set | messages: + msg380787 |
| 2020-11-11 12:06:00 | xtreak | set | nosy:
+ xtreak messages: + msg380753 |
| 2020-11-11 11:57:50 | konrad.schwarz | create | |
