[issue11985] Document that platform.python_implementation supports PyPy

New submission from Éric Araujo <merwok@netwok.org>: 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. ---------- assignee: docs@python components: Documentation, Library (Lib) messages: 135050 nosy: docs@python, eric.araujo, lemburg priority: normal severity: normal status: open title: Document that platform.python_implementation supports PyPy versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Alex Gaynor <alex.gaynor@gmail.com> added the comment: It returns "PyPy" on pypy. ---------- nosy: +alex _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Roundup Robot <devnull@devnull> added the comment: 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 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Ezio Melotti <ezio.melotti@gmail.com> added the comment: Fixed, thanks for the info! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Éric Araujo <merwok@netwok.org> added the comment: Could you update the docstring as well? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Roundup Robot <devnull@devnull> added the comment: 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 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Éric Araujo <merwok@netwok.org> added the comment: Thanks! ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Alex Gaynor <alex.gaynor@gmail.com> added the comment: It returns "PyPy" on pypy. ---------- nosy: +alex _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Roundup Robot <devnull@devnull> added the comment: 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 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Ezio Melotti <ezio.melotti@gmail.com> added the comment: Fixed, thanks for the info! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Éric Araujo <merwok@netwok.org> added the comment: Could you update the docstring as well? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Roundup Robot <devnull@devnull> added the comment: 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 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________

Éric Araujo <merwok@netwok.org> added the comment: Thanks! ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11985> _______________________________________
participants (4)
-
Alex Gaynor
-
Ezio Melotti
-
Roundup Robot
-
Éric Araujo