On 12/22/2010 1:21 AM, Nick Coghlan wrote:
On Wed, Dec 22, 2010 at 1:39 PM, Terry Reedy<tjre...@udel.edu>  wrote:
    Python 3.2 PyDoc Server (32 bit)
is shorter. But since pydoc.py is has no 'bitness',

    PyDoc Server (Python 3.2 - 32 bit)
is more in line with below

- IDLE (Python 3.2 GUI - 32 bit)

I think of IDLE as an IDE, not a GUI, but IDLE IDE does not work too well.
In any case, it also has no 'bitness'.

    IDLE GUI (Python 3.2 - 32 bit)

The IDLE and Pydoc links implicitly launch an interpreter though -
that interpreter definitely has a defined pointer size.

That is exactly why I left the identity of the interpreter in parens. It is Python3.2 that is 32 or 64 bit, not IDLE or pydocs, so the modifier should be attached to Python 3.2 and not IDLE or pydocs.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to