Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that platform.python_implementation supports PyPy #56194

Closed
merwok opened this issue May 3, 2011 · 7 comments
Closed

Document that platform.python_implementation supports PyPy #56194

merwok opened this issue May 3, 2011 · 7 comments
Assignees
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir

Comments

@merwok
Copy link
Member

merwok commented May 3, 2011

BPO 11985
Nosy @malemburg, @ezio-melotti, @merwok, @alex

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/ezio-melotti'
closed_at = <Date 2011-05-03.17:45:49.728>
created_at = <Date 2011-05-03.17:04:29.976>
labels = ['library', 'docs']
title = 'Document that platform.python_implementation supports PyPy'
updated_at = <Date 2011-05-04.15:42:23.900>
user = 'https://github.com/merwok'

bugs.python.org fields:

activity = <Date 2011-05-04.15:42:23.900>
actor = 'eric.araujo'
assignee = 'ezio.melotti'
closed = True
closed_date = <Date 2011-05-03.17:45:49.728>
closer = 'ezio.melotti'
components = ['Documentation', 'Library (Lib)']
creation = <Date 2011-05-03.17:04:29.976>
creator = 'eric.araujo'
dependencies = []
files = []
hgrepos = []
issue_num = 11985
keywords = []
message_count = 7.0
messages = ['135050', '135052', '135053', '135054', '135133', '135134', '135135']
nosy_count = 6.0
nosy_names = ['lemburg', 'ezio.melotti', 'eric.araujo', 'alex', 'docs@python', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue11985'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2', 'Python 3.3']

@merwok
Copy link
Member Author

merwok commented May 3, 2011

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.

@merwok merwok added docs Documentation in the Doc dir stdlib Python modules in the Lib dir labels May 3, 2011
@alex
Copy link
Member

alex commented May 3, 2011

It returns "PyPy" on pypy.

@python-dev
Copy link
Mannequin

python-dev mannequin commented May 3, 2011

New changeset f6c85df15874 by Ezio Melotti in branch '2.7':
bpo-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':
bpo-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':
bpo-11985: merge with 3.1.
http://hg.python.org/cpython/rev/5e661f5c301a

New changeset 847a38d787be by Ezio Melotti in branch 'default':
bpo-11985: merge with 3.2.
http://hg.python.org/cpython/rev/847a38d787be

@ezio-melotti
Copy link
Member

Fixed, thanks for the info!

@merwok
Copy link
Member Author

merwok commented May 4, 2011

Could you update the docstring as well?

@python-dev
Copy link
Mannequin

python-dev mannequin commented May 4, 2011

New changeset affec521b330 by Ezio Melotti in branch '2.7':
bpo-11985: update docstring of platform.python_implementation.
http://hg.python.org/cpython/rev/affec521b330

New changeset 7bf9d7ae6c94 by Ezio Melotti in branch '3.1':
bpo-11985: update docstring of platform.python_implementation.
http://hg.python.org/cpython/rev/7bf9d7ae6c94

New changeset cc7342b4e59d by Ezio Melotti in branch '3.2':
bpo-11985: merge with 3.1.
http://hg.python.org/cpython/rev/cc7342b4e59d

New changeset 6b95bf39842f by Ezio Melotti in branch 'default':
bpo-11985: merge with 3.2.
http://hg.python.org/cpython/rev/6b95bf39842f

@merwok
Copy link
Member Author

merwok commented May 4, 2011

Thanks!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

3 participants