On Sat, 29 Dec 2007 01:53:38 -0800, Petar wrote:

> The post of Dennis made me realize of another solution though. To
> create another class called Articles which return multiple articles.
> The only problem I forsee with this that's it's gonna be a very empty
> class.

Then maybe it should not be a class.  Maybe a function returning
`Article`\s would be enough.  This is not Java, not everything has to be
stuffed into classes.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to