On Thu, Oct 2, 2008 at 5:36 PM, Victor Stinner <[EMAIL PROTECTED]> wrote: > Le Friday 03 October 2008 00:13:16 Benjamin Peterson, vous avez écrit : >> What should the policy on 2to3 bug fixes be for the maintenance >> branch? I'm asking because I remember vaguely someone suggesting that >> new 2to3 fixers could fit into that category. > > Python3 removes os.getcwdu() and introduces os.getcwdb(). A fixer should > replace "os.getcwdu()" to "os.getcwd()". See for example attached fixer > (which also replaced "getcwdu()" to "getcwd()").
Once again, please post it to the tracker and assign it to me. -- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner." _______________________________________________ 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