[Python-Dev] Compatibility between Python 2.3.x and Python 2.4.x
"Martin v. Löwis"
martin at v.loewis.de
Fri Sep 16 19:22:50 CEST 2005
More information about the Python-Dev mailing list
Fri Sep 16 19:22:50 CEST 2005
- Previous message: [Python-Dev] Compatibility between Python 2.3.x and Python 2.4.x
- Next message: [Python-Dev] Compatibility between Python 2.3.x and Python 2.4.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rich Burridge wrote: >>And I forgot to give you this link: >>http://docs.python.org/whatsnew/whatsnew24.html > > > That lists the changes. It's not clear (at least to me) whether > these changes are incompatible. The section http://docs.python.org/whatsnew/node15.html is meant to cover incompatible changes. It shows that there is no 100% compatibility, but that only "borderline" code is affected. Probably the most significant change is that 0xC0000000 is now a positive number, when it used to be negative on 32-bit systems. Regards, Martin
- Previous message: [Python-Dev] Compatibility between Python 2.3.x and Python 2.4.x
- Next message: [Python-Dev] Compatibility between Python 2.3.x and Python 2.4.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list