[issue8939] Use C type names (PyUnicode etc;) in the C API docs

2012-11-07 Thread Ezio Melotti
Ezio Melotti added the comment: What's the status of this? -- type: -> enhancement versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Python tracker ___ __

[issue13429] provide __file__ to extension init function

2012-11-07 Thread Stefan Behnel
Stefan Behnel added the comment: I'm increasing the target version as this didn't change anything for 3.3. However, for 3.4, it might be possible to work around this by splitting the module init function into two parts, one that gets executed in order to create the module object (and do safe C

[issue10358] Doc styles for print should only use dark colors

2012-11-07 Thread Ezio Melotti
Ezio Melotti added the comment: The docs already have a print stylesheet and its colors looks good to me. -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

<    1   2