Metaclasses broke in 2.2?

Drew Csillag drew_csillag at geocities.com
Mon Aug 13 16:18:49 EDT 2001


I don't know if this was intended, but it appears that the metaclass
instantiation doesn't work with Python 2.2a1.  Are the old metaclass
things no longer supported in 2.2 or is it just temporarily broken?

TIA,
Drew
-- 
print(lambda(m,d,y):['Sun','Mon','Tues','Wed','Thurs','Fri','Satur'][(
lambda(m,d,y):(23*m/9+d+4+y/4-y/100+y/400)%7)(m<3and(m,d+y,y-1)or(m,
d+(y-2),y))])(map(int,raw_input('mm/dd/yyyy>').split('/')))+'day'




More information about the Python-list mailing list