~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Lib/plat-irix6/WAIT.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 16:05:21 UTC
  • mfrom: (39021.1.401 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524160521-1xenj7p6u3wb89et
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by h2py from /usr/include/sys/wait.h
 
2
from warnings import warnpy3k
 
3
warnpy3k("the WAIT module has been removed in Python 3.0", stacklevel=2)
 
4
del warnpy3k
2
5
 
3
6
# Included from standards.h
4
7
def _W_INT(i): return (i)