Staging
v0.5.1
https://github.com/python/cpython
Revision 3da5c5c76d90ddfc4c188cc801d9387501b63b7f authored by Miss Islington (bot) on 06 August 2018, 20:04:30 UTC, committed by GitHub on 06 August 2018, 20:04:30 UTC

Patch by Terry Jan Reedy.
(cherry picked from commit 5b2657fb8c5aaa98e5748e1c325c74b97ea12fd1)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
1 parent 278d975
Raw File
Tip revision: 3da5c5c76d90ddfc4c188cc801d9387501b63b7f authored by Miss Islington (bot) on 06 August 2018, 20:04:30 UTC
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
Tip revision: 3da5c5c
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