[EMAIL PROTECTED] writes: > Author: mwh > Date: Fri Jul 23 12:31:52 2004 > New Revision: 5628 > > Modified: > pypy/trunk/src/pypy/objspace/std/stringobject.py > Log: > the reason faked types shouldn't be specific to an instance: > turn on string to unicode delegation
I'd like to change this message to the reason faked types shouldn't be specific to an instance: turn on string to unicode delegation also, kill some dead code and use what appears to be the modern way to detect mappings (hasattr(thing, "keys"), believe it or not) but "svn pe --revprop -r 5628 svn:log" didn't work. Ideas? Cheers, mwh _______________________________________________ [EMAIL PROTECTED] http://codespeak.net/mailman/listinfo/pypy-dev
