2007/9/18, Thomas Wouters <[EMAIL PROTECTED]>: > Unfortunately, that's not how it works :-) If you check something into the > trunk, it will be merged into Py3k sooner or later. I may ask the original > submitter for assistance if it's incredibly hard to figure out the changes, > but so far, I only had to do that with the SSL changes. The decimal changes > are being merged as I write this (tests running now.) Is there anything in > particular that needs to be done for decimal in Py3k, besides renaming > __div__ to __truediv__?
There isn't nothing really special to do, but my plan was because I didn't know how the mechanism worked, ;) It'd be great if all the changes that I'm making to Decimal are automatically, at some point, merged into Py3k (I guess that using the conversion tool). But at some point, both codes may start to diverge, because Py3k-specific optimizations could be done there... but this could be done in an year or two, ;). So, how is this handled? Until which moment can I expect that the changes in the trunk are merged to Py3k? Thank you very much! Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com