Staging
v0.5.1
https://github.com/python/cpython
Revision 636130ed65b8fbbc9b340ec1ceecad24c96234f5 authored by Victor Stinner on 05 August 2012, 14:37:12 UTC, committed by Victor Stinner on 05 August 2012, 14:37:12 UTC
1 parent 8f17c1c
Raw File
Tip revision: 636130ed65b8fbbc9b340ec1ceecad24c96234f5 authored by Victor Stinner on 05 August 2012, 14:37:12 UTC
What's New in Python 3.3: Split improved and new modules, start to write a summary
Tip revision: 636130e
regen
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top