2009-09-20 19:25:55 Nirbheek Chauhan napisaƂ(a): > On Sun, Sep 20, 2009 at 9:37 PM, Arfrever Frehtes Taifersar Arahesis > wrote: > > which depend on Python 3) wouldn't break any packages and wouldn't require > > to switch main Python interpreter to Python 3. > > > > Package X (stable) requires python-2 > Package Y (stable) requires python-3 > > => User can't use both at the same time. Distribute/Setuptools will ensure that appropriate shebang is present in Python scripts. In other cases, we can easily modify shebangs in installed scripts. (A new function in python.eclass could be created for this purpose, but until now it isn't needed.) -- Arfrever Frehtes Taifersar Arahesis