[issue15140] PEP 384 inconsistent with implementation

2020-04-01 Thread Guido van Rossum
Change by Guido van Rossum : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ _

[issue15140] PEP 384 inconsistent with implementation

2020-04-01 Thread Furkan Onder
Furkan Onder added the comment: It fixed. -- nosy: +furkanonder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue15140] PEP 384 inconsistent with implementation

2012-06-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: It's a bug in the PEP: users need to provide the module documentation through Py_tp_doc (which actually is mentioned in the PEP). I'll fix it. -- ___ Python tracker ___

[issue15140] PEP 384 inconsistent with implementation

2012-06-22 Thread Antoine Pitrou
New submission from Antoine Pitrou : In PEP 384, the PyType_Spec struct has a "const char *doc" that is not present in the implementation (Include/object.h). -- assignee: docs@python components: Documentation messages: 163449 nosy: docs@python, loewis, pitrou priority: normal severity: