keep a list of read and unread items

Ant antroy at gmail.com
Sun Aug 13 04:59:32 EDT 2006


a wrote:

> i m building an rss reader and i want you suggestions for datastructure
> for keeping read and unread list for each use
> i m assuming it will be very sparse

A dictionary for each site seems to be the obvious choice, mapping the
article ID to True or False.




More information about the Python-list mailing list