PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 7th of November, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[16:10:33] <straycat> Hello, is anyone around? I have a question about requirements specs, I've asked in #pypa but haven't heard back
[16:11:19] <straycat> I suppose I could be less lazy and look through the parser
[16:17:49] <straycat> Essentially there is a line in your docs that I find confusing: PickyThing<1.6,>1.9,!=1.9.6,<2.0a0,==2.4c1
[16:18:19] <straycat> I would expect that to produce a conflict, because 2.4c1 lies outside the ranges specified.
[16:19:35] <dstufft> straycat: the answer is... it's confusing. some parts of the system treat , as an AND, some part treat is as an OR
[16:19:42] <dstufft> that's on my list to standardize around AND
[16:21:01] <straycat> Okay, yeah I think AND makes more sense.
[16:23:04] <straycat> dstufft, thanks :)
[16:32:47] <straycat> btw, I don't know if anyone's noticed my pull request yet, the change I wanted ended up being fairly minimal so I figured it might be considered.