[Python-Dev] PEP 370 and IronPython (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Fri Oct 9 13:23:26 CEST 2009
- Previous message: [Python-Dev] PEP 370 and IronPython
- Next message: [Python-Dev] PEP 370 and IronPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christian Heimes <lists cheimes.de> writes:
>>> sys.vm sys.vm(id='cpython', name='CPython', platform='C', usersitesuffix='python26') # on win32: Python2.6 >>> sys.vm sys.vm(id='ironpython', name='IronPython', platform='.NET', usersitesuffix='ironpython26) # on win32: IronPython2.6
usersitesuffix
should probably be a separate sys attribute, since it doesn't
depend on the VM only, but also on the platform and version.
Regards
Antoine.
- Previous message: [Python-Dev] PEP 370 and IronPython
- Next message: [Python-Dev] PEP 370 and IronPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]