[Rpm-maint] [PATCH 01/15] Generalize python configuration code to support both Python 2.* and Python 3.*

Ville Skyttä ville.skytta at iki.fi
Fri Oct 16 17:05:13 UTC 2009


On Thursday 15 October 2009, David Malcolm wrote:

>  +    WITH_PYTHON_INCLUDE=`${PYTHON} -c 'from distutils.sysconfig import *; 
import sys; sys.stdout.write("%s\n" % get_python_inc())'` 

I think the last statement could be just "sys.stdout.write(get_python_inc())", 
no need for the newline.


More information about the Rpm-maint mailing list