[BangPypers] Moving from python 2.6 to 2.7

Kulkarni, Shreyas shyran at gmail.com
Wed Oct 8 11:28:06 CEST 2014


Thanks Gora. The test-cases are scant, at least I don't think they cover it all, and me being new to the functionality, I started looking out for inputs to avoid some deprecations across versions breaking a corner case somewhere. 

shreyas 


On Oct 8, 2014, at 12:05 PM, Gora Mohanty <gora at mimirtech.com> wrote:

> On 7 October 2014 15:53, Kulkarni, Shreyas <shyran at gmail.com> wrote:
>> Hi guys,
>> 
>> We are planning to move our production environment from 2.6 to 2.7 on one of the projects. While I understand it's not a significant upgrade, this being a production environment, I was wondering what aspects of 2.6 might break under 2.7 and what I should be watching out for. I tried searching about it, but didn't hit anything useful.
> 
> You should take a look at https://docs.python.org/3/whatsnew/2.7.html , and as
> always should have test cases that should uncover any issues in the migration.
> 
> One thing to watch out for is that if you have bytecode (.pyc) files,
> it is quite
> possible that they will be incompatible between 2.6 and 2.7.
> 
> Regards,
> Gora
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers



More information about the BangPypers mailing list