[issue14673] add sys.implementation

Eric Snow report at bugs.python.org
Thu Apr 26 07:16:11 CEST 2012


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

(see thread at http://mail.python.org/pipermail/python-ideas/2012-April/014878.html)

This is a patch to add sys.implementation to Python (with doc addition).  The main motivation is to have an explicit place to look for the name and version of the implementation for generating the import cache tag (a la PEP 3147).

----------
components: Interpreter Core
files: sys_implementation.diff
keywords: patch
messages: 159357
nosy: eric.snow
priority: normal
severity: normal
status: open
title: add sys.implementation
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file25369/sys_implementation.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14673>
_______________________________________


More information about the Python-bugs-list mailing list