[Python-Dev] Am I allowed to use C++-style // comments?
Devin Jeanpierre
jeanpierreda at gmail.com
Wed Jul 26 00:59:10 EDT 2017
More information about the Python-Dev mailing list
Wed Jul 26 00:59:10 EDT 2017
- Previous message (by thread): [Python-Dev] [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Next message (by thread): [Python-Dev] Am I allowed to use C++-style // comments?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://www.python.org/dev/peps/pep-0007/ says two things: > Python versions greater than or equal to 3.6 use C89 with several select C99 features: > [...] > C++-style line comments and also: > Never use C++ style // one-line comments. Which is it? -- Devin
- Previous message (by thread): [Python-Dev] [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Next message (by thread): [Python-Dev] Am I allowed to use C++-style // comments?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list