Message142385
> > It means someone upgrading from 2.6 to 2.7 will see sys.platform change
> > from "linux3" to "linux2". That breaks compatibility.
>
> No, it doesn't. Code that works on 2.6 and Linux 3 will likely support
> both linux2 and linux3, so it will continue just fine on 2.7.
Then, let's just advise that all code follow the same path and use
sys.platform.startswith() (which is really not a difficult change to
make). |
|
Date |
User |
Action |
Args |
2011-08-18 17:58:26 | pitrou | set | recipients:
+ pitrou, lemburg, loewis, barry, doko, amaury.forgeotdarc, gagern, foom, vstinner, jwilk, djc, ezio.melotti, eric.araujo, Arfrever, r.david.murray, dmalcolm, sandro.tosi, rosslagerwall, python-dev, petri.lehtinen, Ramchandra Apte |
2011-08-18 17:58:26 | pitrou | link | issue12326 messages |
2011-08-18 17:58:26 | pitrou | create | |
|