[issue5938] Noddy examples haven't been updated to match PEP 3123

2009-05-05 Thread Larry Hastings
Larry Hastings added the comment: Whoops, I thought PEP 3123 applied to 2.7 as well. PEP *3*123. Duh, me slow today. -- versions: -Python 2.7 ___ Python tracker ___ __

[issue5938] Noddy examples haven't been updated to match PEP 3123

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72317. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5938] Noddy examples haven't been updated to match PEP 3123

2009-05-05 Thread Larry Hastings
New submission from Larry Hastings : The changes in PEP 3123 require that all type objects be statically declared with PyVarObject_HEAD_INIT. However, the Noddy examples in Doc/ still use PyObject_HEAD_INIT. -- assignee: georg.brandl components: Documentation messages: 87214 nosy: benja