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 pablogsal
Recipients belopolsky, christian.heimes, eric.smith, gdr@garethrees.org, martin.panter, pablogsal, remi.lapeyre, rhettinger, terry.reedy, tshepang
Date 2019-01-20.22:43:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548024204.09.0.361516142196.issue17005@roundup.psfhosted.org>
In-reply-to
Content
(A, B, C, D, E, F) would not be correct as B is order 2 and "C" and "A" is order 1. The correct orders are the inner-group permutations of:

[{'A', 'F'}, {'B', 'D', 'E'}, {'C'}]

(Assuming that the lower diagram goes from top to bottom)
History
Date User Action Args
2019-01-20 22:43:26pablogsalsetrecipients: + pablogsal, rhettinger, terry.reedy, belopolsky, eric.smith, christian.heimes, tshepang, gdr@garethrees.org, martin.panter, remi.lapeyre
2019-01-20 22:43:24pablogsalsetmessageid: <1548024204.09.0.361516142196.issue17005@roundup.psfhosted.org>
2019-01-20 22:43:24pablogsallinkissue17005 messages
2019-01-20 22:43:24pablogsalcreate