Re: Python 3 native-search-paths

2013-09-01 Thread Andreas Enge
On Sun, Sep 01, 2013 at 03:31:45PM +0200, Ludovic Courtès wrote: > When ‘native-search-paths’ changes in python3, it’s not python3 that > behaves differently: it’s the build process of packages using it that > does. Not really. Then the output of, say, pytz, will change when the native-search-path

Re: Python 3 native-search-paths

2013-09-01 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, Aug 31, 2013 at 08:06:34PM +0200, Ludovic Courtès wrote: >> It has no effect in the build of Python itself; its effect is only when >> building Python code that uses Python and one or more Python libs. > > I still think something is wrong here and that this variabl

Re: Python 3 native-search-paths

2013-09-01 Thread Andreas Enge
On Sat, Aug 31, 2013 at 08:06:34PM +0200, Ludovic Courtès wrote: > It has no effect in the build of Python itself; its effect is only when > building Python code that uses Python and one or more Python libs. I still think something is wrong here and that this variable should be included into the c

Re: Python 3 native-search-paths

2013-08-31 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, Aug 31, 2013 at 06:07:35PM +0200, Ludovic Courtès wrote: >> Andreas Enge skribis: >> > I just noticed that there is a variable native-search-paths in python-2, >> > which looks like it should be updated for python 3. However, when I modify >> > the package accordi

Re: Python 3 native-search-paths

2013-08-31 Thread Andreas Enge
On Sat, Aug 31, 2013 at 06:07:35PM +0200, Ludovic Courtès wrote: > Andreas Enge skribis: > > I just noticed that there is a variable native-search-paths in python-2, > > which looks like it should be updated for python 3. However, when I modify > > the package accordingly, it is not recompiled. Ho

Re: Python 3 native-search-paths

2013-08-31 Thread Ludovic Courtès
Andreas Enge skribis: > I just noticed that there is a variable native-search-paths in python-2, > which looks like it should be updated for python 3. However, when I modify > the package accordingly, it is not recompiled. How come? Is this variable > really needed? Yes it is [0]. :-) Changing

Python 3 native-search-paths

2013-08-31 Thread Andreas Enge
I just noticed that there is a variable native-search-paths in python-2, which looks like it should be updated for python 3. However, when I modify the package accordingly, it is not recompiled. How come? Is this variable really needed? Andreas