PEP 318
Stephen Horne
steve at ninereeds.fsnet.co.uk
Mon Mar 22 14:40:11 EST 2004
More information about the Python-list mailing list
Mon Mar 22 14:40:11 EST 2004
- Previous message (by thread): PEP 318
- Next message (by thread): PEP 318
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 22 Mar 2004 11:25:01 -0800, artur_spruce at yahoo.com (AdSR) wrote: >Just done a quick check: > >$ find /lib/python2.3/ -name "*.py" -exec egrep >"(class|static)method\W" {} ';' | wc --lines > 49 > >Not all of them are calls, and all this in 773 *.py files. I guess >this says something about importance... Actually, given that support for staticmethod and classmethod is very recent, it is rather surprising that it appears in that many places. I wouldn't expect existing libraries to be updated just to make use of 'staticmethod' or whatever. New features mainly get used in new code, and even then there is the drag factor as people take time to adopt them. -- Steve Horne steve at ninereeds dot fsnet dot co dot uk
- Previous message (by thread): PEP 318
- Next message (by thread): PEP 318
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list