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.

Author belopolsky
Recipients belopolsky, docs@python, eric.araujo, georg.brandl, gregorlingl, rhettinger, terry.reedy
Date 2010-11-10.18:18:30
SpamBayes Score 0.004885292
Marked as misclassified No
Message-id <1289413223.13.0.236219045402.issue7061@psf.upfronthosting.co.za>
In-reply-to
Content
On Sun, Oct 31, 2010 at 8:00 PM, Éric Araujo <report@bugs.python.org> wrote:
..
> “Python” is lower-cased only when referring to the executable (as a 
> file) itself.  When talking about the language, the implementation or
> the VM in an abstract way (not a file), It think it’s always “Python”.

For the record, this is covered in the Python documentation style guide:

"""
Python

    The name of our favorite programming language is always capitalized.
"""

http://docs.python.org/dev/documenting/style.html
History
Date User Action Args
2010-11-10 18:20:23belopolskysetrecipients: + belopolsky, georg.brandl, rhettinger, terry.reedy, gregorlingl, eric.araujo, docs@python
2010-11-10 18:20:23belopolskysetmessageid: <1289413223.13.0.236219045402.issue7061@psf.upfronthosting.co.za>
2010-11-10 18:18:31belopolskylinkissue7061 messages
2010-11-10 18:18:30belopolskycreate