Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 3a2d18b7d7af0bc395b2c76c009be2f2435556be authored by Larry Hastings on 07 September 2013, 11:42:07 UTC
Version number bump for Python 3.4.0a2.
Tip revision: 3a2d18b
regen
#! /bin/sh
case `uname -sr` in
UnixWare*)	;;
*)	echo Probably not on a UnixWare system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/stropts.h
back to top