是版本的问题,这种写法是python 2.7 加的,2.6中会是语法错误。 修改为
new_posting = set( pos for pos in new_posting if pos+key in posting[key] )