It looks like on of my scripts has started to crash with this error:
ImportError: cssselect seems not to be installed. See http://packages.python.org/cssselect/
With a little digging around, I found out that cssselect has been moved out of the new version of lxml (3.0alpha, which is now in the "included batteries") to a standalone module (http://pypi.python.org/pypi/cssselect). I know I can just install it myself, but I am guessing that others rely on that functionality as well.
So, I'd like to request that the cssselect module be included with the other batteries.
Thanks in advance.