Staging
v0.5.1
https://github.com/python/cpython
Revision b36f8329c06bba56e25698452f4bfabdd9fb4126 authored by Michael Foord on 02 November 2010, 14:46:41 UTC, committed by Michael Foord on 02 November 2010, 14:46:41 UTC
1 parent e509ff4
Raw File
Tip revision: b36f8329c06bba56e25698452f4bfabdd9fb4126 authored by Michael Foord on 02 November 2010, 14:46:41 UTC
Removing the keyword only restriction for the places argument in unittest.TestCase.assert[Not]AlmostEqual
Tip revision: b36f832
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