Log file Viewer
Help
|
Karma
| Search:
#pypa-dev logs for Monday the 27th of July, 2015
(
Back to #pypa-dev overview
) (
Back to channel listing
) (
Animate logs
)
[
08:26:31
] <
tchaypo
> so, implementing the env marker spec, it’s just occurred to me that the in/not in operators are considerably weird
[
08:29:26
] <
tchaypo
> in that the others put the marker value before the operator - "python_version==‘2.6’”, but for ‘in’ it’s going to go second
[
08:30:57
] <
tchaypo
> I’m trying to imagine how it would be used - “‘x86’ in platform_version” is the best I’ve come up with so far
[
08:31:05
] <
tchaypo
> I’m wondering if it makes more sense to just drop it
[
09:06:47
] <
lifeless
> tchaypo: were they in the 426 PEP?
[
09:06:52
] <
lifeless
> tchaypo: and just unimplemented?
[
09:08:09
] <
tchaypo
> They're in, and implemented in the present implementation; dropping them would be non backwards compatible
[
09:08:17
] <
tchaypo
> I just can't imagine anyone using them.