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 ncoghlan
Recipients berker.peksag, ethan.furman, mark.dickinson, ncoghlan, petr.viktorin, terry.reedy, yselivanov
Date 2015-05-02.15:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7c8_Wv_P8OGN1FTgvM2aYU4UNL7JX5_CA2n5Kc8x+Uyyw@mail.gmail.com>
In-reply-to <1430526086.14.0.0378078320709.issue24056@psf.upfronthosting.co.za>
Content
The main reason I suggest using the postfix parenthetical syntax is to make
it clear that we're exposing "behavioural feature flags" for a single
underlying type. A prefix syntax would make them look like distinct types,
which would be misleading in a different way.
History
Date User Action Args
2015-05-02 15:29:47ncoghlansetrecipients: + ncoghlan, terry.reedy, mark.dickinson, petr.viktorin, ethan.furman, berker.peksag, yselivanov
2015-05-02 15:29:47ncoghlanlinkissue24056 messages
2015-05-02 15:29:47ncoghlancreate