Re: [Demexp-dev] Sorting tag/question lists

2007-10-29 Par sujet David MENTRE
Hello Lyu, 2007/10/29, Lyu Abe [EMAIL PROTECTED]: I'm currently using this code to sort the question or tags lists... You want to sort tag list by label name, right? tag_labels = [] for k in range(n_maxtags): tag_labels += s.tag_info(cookie,k*100,100)

Re: [Demexp-dev] Sorting tag/question lists

2007-10-29 Par sujet Lyu Abe
Hi David, thanks for your reply. 2007/10/29, Lyu Abe [EMAIL PROTECTED]: I'm currently using this code to sort the question or tags lists... You want to sort tag list by label name, right? No, I just want to order the questions tags by their 'q_id' (to match the question list sorting).