[Python-checkins] r43101 - in python/branches/p3yk: Demo/classes/bitvec.py Demo/metaclasses/Eiffel.py Demo/metaclasses/Meta.py Demo/metaclasses/Simple.py Demo/metaclasses/Synch.py Demo/metaclasses/Trace.py Demo/pdist/RCSProxy.py Demo/pdist/client

Neal Norwitz nnorwitz at gmail.com
Mon Mar 20 03:38:43 CET 2006


On 3/17/06, A.M. Kuchling <amk at amk.ca> wrote:
> On Fri, Mar 17, 2006 at 09:00:38AM +0100, neal.norwitz wrote:
> > Remove apply()
> >
> > Modified: python/branches/p3yk/Demo/classes/bitvec.py
>
> Should these changes be applied to the Demo/ and Lib/ directories to
> the trunk?  Admittedly this sort of search-and-replace change is
> discouraged, but if the work is already done...

I wasn't extremely careful in making these changes, since it is a
branch after all.  I wouldn't be completely opposed to someone
backporting these changes from the branch if it's well tested.  Though
I don't think it's particularly worthwhile.  Too little benefit given
the potential breakage.  -0

n


More information about the Python-checkins mailing list