[15:30] Hey! [15:30] I'm using the LP API to fetch some info about packages and I noticed something really strange in what I get back from LP [15:31] For instance, an exemplary code-snippet that I used in lp-shell: [15:31] http://paste.ubuntu.com/10707382/ [15:31] I tried getting all versions of the bash package and tried sorting it by when it was created in the archive [15:32] Anyway, what worries me the most is that the latest created version seems to be 0.2.0-1build1, which is really old and not even visible in LP, and it's Published [15:33] While the actual version, 4.3-11ubuntu2, is somewhere later [15:33] Is that expected? Since I querried for packages from the vivid series I would expect seeing only those that I actually see in https://launchpad.net/ubuntu/vivid/+source/bash, for instance [15:34] And I'm pretty sure 0.2.0-1build1 wasn't created at the beginning of this month [15:49] AH! [15:49] I see the problem [15:49] exact_match is not True by default [15:49] hah [15:49] Scratch the above question, didn't know about this [16:06] sil2100: Yup, that's really a historical mistake in the API design.