hi all..it a problem about dict:

print target, dict[target]

get output:

keyword
{page3.html, page2.html, page1.html}

is it some ways to change it to:

keyword
{page1.html, page2.html, page3.html}

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to