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 vstinner
Recipients eric.snow, georg.brandl, gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-25.22:57:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbCNaUKtrdS-R7=ZzRrSNvwu_uTo=w+qgLswJtUcJ-x8w@mail.gmail.com>
In-reply-to <CAMpsgwYHAQYxg1GZzJj_jRsoeEy2LJjbJr6ZaSw5oKM6VkJgJg@mail.gmail.com>
Content
> Looks like 3b8a2281d323aa9abf497192b01cf9
06b98ed3d8 broke the buildbots.

Oh, I didn't watch buildbots, sorry. It should be fixed by f453443c96e4.

My first attempt used an attribute using a default value of None, but
it was harder to use: I had to check if the value is None or not. I
prefer to enforce an implementation to define the resolution. Or do
you know a selector which has no resolution?
History
Date User Action Args
2014-01-25 22:57:48vstinnersetrecipients: + vstinner, gvanrossum, georg.brandl, pitrou, neologix, python-dev, eric.snow, serhiy.storchaka
2014-01-25 22:57:48vstinnerlinkissue20311 messages
2014-01-25 22:57:48vstinnercreate