[Python-Dev] PEP 0404 and VS 2010

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 21 22:23:34 CET 2013


Kristján Valur Jónsson wrote:
> The "namespace" question from Christian has to do with a "python28.dll" which would be
> built using VS2010, that this would never clash with a CPython version built the
> same way.

However, it *would* clash with someone else who did the same
thing, e.g. Fred Bloggs releases BloggPython 2.8 and calls
his dll python28.dll.

So it would be a bit rude to claim a bare pythonxy.dll
name for something that's not an official PSF version.

-- 
Greg




More information about the Python-Dev mailing list