On 1/7/2014 7:33 PM, Benjamin Peterson wrote: > A PyPI module is not so great because you'll have to change every > formatting operation to use a function from a module rather than the % > operator or the format method.
I think this is the crux of the issue. Are we trying to say "porting your existing code will be easier", or "change your existing code to this new library, and we'll provide the library on 2.x and 3.y" (for some values of x and y). I think the former is the right way to go, but I also think if we do that we should shoot for 3.4, and this would necessitate a delay in 3.4. Providing this feature for 3.5 might be too late for the target audience of code porters. Eric. _______________________________________________ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers
