[issue3711] docs still say to use .dll for compiled extensions

2008-08-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66053. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3711] docs still say to use .dll for compiled extensions

2008-08-28 Thread Gabriel Genellina
New submission from Gabriel Genellina <[EMAIL PROTECTED]>: The "Extending and Embedding" document still says, in section "Building C and C++ Extensions on Windows": http://docs.python.org/dev/extending/windows.html#a-cookbook-approach that a C extension may be called spam.dll or spam_d.dll Sinc