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 serhiy.storchaka
Recipients ethan.furman, georg.brandl, serhiy.storchaka, yselivanov
Date 2016-02-10.20:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455137538.92.0.128921878565.issue26331@psf.upfronthosting.co.za>
In-reply-to
Content
C++14 uses the same strict rule as Ada, but uses apostrphes instead of underscores. [1]

Thus there are two groups of languages, implementing strict or lenient rules:

* Strict: Ada, C++, Java, C#, Ruby, Julia, Perl (as documented), Swift (textual description).
* Lenient: D, Rust, Perl (actually), Swift (grammar productions).

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3499.html
History
Date User Action Args
2016-02-10 20:52:18serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ethan.furman, yselivanov
2016-02-10 20:52:18serhiy.storchakasetmessageid: <1455137538.92.0.128921878565.issue26331@psf.upfronthosting.co.za>
2016-02-10 20:52:18serhiy.storchakalinkissue26331 messages
2016-02-10 20:52:18serhiy.storchakacreate