I think that webpy should use new-style objects (for future additions,
anyway) because of comments like these.  People who are new to Python
are increasingly familiar with new-style objects, and seeing a project
using the old style makes it seem dated and less accessible.

Certainly not a big deal, but worth keeping in mind that first
impressions matter.

On Apr 19, 10:13 pm, "Aaron Swartz" <[EMAIL PROTECTED]> wrote:
> >  class SQLParam:
>
> >  instead of:
>
> >  class SQLParam(object):
>
> Mostly for reasons of concision, I think. Are there particular objects
> that you would like us to make new-style?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to