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 christian.heimes, georg.brandl, pitrou, serhiy.storchaka
Date 2013-10-13.20:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381697836.92.0.366205937291.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
When you work with int's instead of bytes it is spelled pretty enough.

Sets are sequences. So having for example iteration and | operation in one function we can't be sure what it means.

Please don't turn Python to APL or Perl.

Perhaps separated mutable bitset (or bitlist?) type will be more useful.
History
Date User Action Args
2013-10-13 20:57:16serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, christian.heimes
2013-10-13 20:57:16serhiy.storchakasetmessageid: <1381697836.92.0.366205937291.issue19251@psf.upfronthosting.co.za>
2013-10-13 20:57:16serhiy.storchakalinkissue19251 messages
2013-10-13 20:57:16serhiy.storchakacreate