[issue11985] Document that platform.python_implementation supports PyPy

2011-05-04 Thread Éric Araujo
Éric Araujo added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-04 Thread Roundup Robot
Roundup Robot 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

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-04 Thread Éric Araujo
Éric Araujo added the comment: Could you update the docstring as well? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-03 Thread Ezio Melotti
Ezio Melotti 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

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-03 Thread Roundup Robot
Roundup Robot 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 t

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-03 Thread Alex Gaynor
Alex Gaynor added the comment: It returns "PyPy" on pypy. -- nosy: +alex ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue11985] Document that platform.python_implementation supports PyPy

2011-05-03 Thread Éric Araujo
New submission from Éric Araujo : 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 (L