Barry Warsaw <barry <at> python.org> writes: > > Then let's do py3k and release31-maint, or whatever they will be called under > hg. Once 2.7 is released and we're on hg, how much back porting of revisions > from Python 3 -> 2 is going to happen?
Probably quite a bit still; all C extension bug fixes for example. I think we should reindent all 3 branches. Most of the work can probably be scripted (str.replace("\t", " " * 4)), and then a visual pass is necessary to fix vertical alignments and the like. Regards Antoine. _______________________________________________ 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