[Python-Dev] PEP 370 and IronPython

Michael Foord fuzzyman at voidspace.org.uk
Thu Oct 8 18:08:57 CEST 2009


Christian Heimes wrote:
> [snip...]
> The altered user site directories are:
>
> CPython:
>   ~/.local/lib/python2.6/site-packages
>   %APPDATA%/Python/Python26
>
> IronPython:
>   ~/.local/lib/ironpython2.6/site-packages
>   %APPDATA%/Python/IronPython26
>
> Jython:
>   ~/.local/lib/jython2.6/site-packages
>   %APPDATA%/Python/Jython26
>
>   
+1

I really like this scheme. The important thing for IronPython is that we 
can get it into Python 2.6 (along with other fixes to make distutils 
compatible with IronPython - like not attempting to bytecode-compile 
when sys.dont_write_bytecode is True).

All the best,

Michael Foord

-- 
http://www.ironpythoninaction.com/



More information about the Python-Dev mailing list