Staging
v0.5.1
https://github.com/python/cpython
Revision 9270be76624b6f45ab79c8c6ce7b965b3b0e8613 authored by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC, committed by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC
These functions are not documented but used in third-party code.
1 parent ed0392a
Raw File
Tip revision: 9270be76624b6f45ab79c8c6ce7b965b3b0e8613 authored by Serhiy Storchaka on 02 March 2015, 14:32:29 UTC
Added more tests for urllib.parse utility functions.
Tip revision: 9270be7
python.pc.in
# See: man pkg-config
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@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top