Issue 11985: Document that platform.python_implementation supports PyPy (original) (raw)

Issue11985

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56194

classification

Title: Document that platform.python_implementation supports PyPy
Type: Stage: resolved
Components: Documentation, Library (Lib) Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: alex, docs@python, eric.araujo, ezio.melotti, lemburg, python-dev
Priority: normal Keywords:

Created on 2011-05-03 17:04 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (7)
msg135050 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-03 17:04
The docstring and reST doc of platform.python_implementation mention possible return values of CPython, IronPython and Jython, but if I understand the code correctly, PyPy is supported too.
msg135052 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2011-05-03 17:27
It returns "PyPy" on pypy.
msg135053 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-03 17:44
New changeset f6c85df15874 by Ezio Melotti in branch '2.7': #11985: document the return value of platform.python_implementation for PyPy. http://hg.python.org/cpython/rev/f6c85df15874 New changeset 4d946d4166fc by Ezio Melotti in branch '3.1': #11985: document the return value of platform.python_implementation for PyPy. http://hg.python.org/cpython/rev/4d946d4166fc New changeset 5e661f5c301a by Ezio Melotti in branch '3.2': #11985: merge with 3.1. http://hg.python.org/cpython/rev/5e661f5c301a New changeset 847a38d787be by Ezio Melotti in branch 'default': #11985: merge with 3.2. http://hg.python.org/cpython/rev/847a38d787be
msg135054 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-05-03 17:45
Fixed, thanks for the info!
msg135133 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-04 15:32
Could you update the docstring as well?
msg135134 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-04 15:40
New changeset affec521b330 by Ezio Melotti in branch '2.7': #11985: update docstring of platform.python_implementation. http://hg.python.org/cpython/rev/affec521b330 New changeset 7bf9d7ae6c94 by Ezio Melotti in branch '3.1': #11985: update docstring of platform.python_implementation. http://hg.python.org/cpython/rev/7bf9d7ae6c94 New changeset cc7342b4e59d by Ezio Melotti in branch '3.2': #11985: merge with 3.1. http://hg.python.org/cpython/rev/cc7342b4e59d New changeset 6b95bf39842f by Ezio Melotti in branch 'default': #11985: merge with 3.2. http://hg.python.org/cpython/rev/6b95bf39842f
msg135135 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-04 15:42
Thanks!
History
Date User Action Args
2022-04-11 14:57:16 admin set github: 56194
2011-05-04 15:42:23 eric.araujo set messages: +
2011-05-04 15:40:13 python-dev set messages: +
2011-05-04 15:32:54 eric.araujo set messages: +
2011-05-03 17:45:49 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2011-05-03 17:44:40 python-dev set nosy: + python-devmessages: +
2011-05-03 17:27:34 alex set nosy: + alexmessages: +
2011-05-03 17:04:30 eric.araujo create