Staging
v0.5.1
https://github.com/python/cpython
Revision 55e092f545d3829e94eaf3d6aaaf048c82451e18 authored by Serhiy Storchaka on 19 October 2013, 17:39:28 UTC, committed by Serhiy Storchaka on 19 October 2013, 17:39:28 UTC
2 parent s f19a6ef + 35804e4
Raw File
Tip revision: 55e092f545d3829e94eaf3d6aaaf048c82451e18 authored by Serhiy Storchaka on 19 October 2013, 17:39:28 UTC
Issue #19279: UTF-7 decoder no more produces illegal strings.
Tip revision: 55e092f
regen
#! /bin/sh
set -v
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top