On Tue, Apr 21, 2015 at 12:31:53PM +0100, Mark Lawrence wrote: > Python is very strong in guaranteeing backward compatibility, so why not > copy the 3.3 pure Python code to your 3.2 setup and see what happens?
Normally backwards compatibility refers to the other way: 3.3 will run 3.2 code. To have 3.2 run 3.3 code is *forward compatibility*. -- Steve _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor