Staging
v0.5.1
https://github.com/python/cpython
Revision 7b670624ac5412b81353c168295de33250935d77 authored by Benjamin Peterson on 01 July 2010, 15:07:15 UTC, committed by Benjamin Peterson on 01 July 2010, 15:07:15 UTC
1 parent c262a69
Raw File
Tip revision: 7b670624ac5412b81353c168295de33250935d77 authored by Benjamin Peterson on 01 July 2010, 15:07:15 UTC
remove docs about delegating to special methods; it does no such thing
Tip revision: 7b67062
python.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@
Cflags: -I${includedir}/python@VERSION@ 

back to top