Message 209253 - Python tracker (original) (raw)

Message209253

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:48 vstinner set recipients: + vstinner, gvanrossum, georg.brandl, pitrou, neologix, python-dev, eric.snow, serhiy.storchaka
2014-01-25 22:57:48 vstinner link issue20311 messages
2014-01-25 22:57:48 vstinner create