[pypy-svn] r72329 - in pypy/branch/kill-python-h/pypy: rlib translator/c/src

arigo at codespeak.net arigo at codespeak.net
Wed Mar 17 18:53:49 CET 2010


Author: arigo
Date: Wed Mar 17 18:53:47 2010
New Revision: 72329

Removed:
   pypy/branch/kill-python-h/pypy/translator/c/src/addrinfo.h
   pypy/branch/kill-python-h/pypy/translator/c/src/getaddrinfo.c
   pypy/branch/kill-python-h/pypy/translator/c/src/getnameinfo.c
Modified:
   pypy/branch/kill-python-h/pypy/rlib/getnameinfo.py
Log:
Kill three obsolete C files.
Fix the docstring in the replacement RPython module.


Modified: pypy/branch/kill-python-h/pypy/rlib/getnameinfo.py
==============================================================================
--- pypy/branch/kill-python-h/pypy/rlib/getnameinfo.py	(original)
+++ pypy/branch/kill-python-h/pypy/rlib/getnameinfo.py	Wed Mar 17 18:53:47 2010
@@ -1,6 +1,6 @@
 """
 An RPython implementation of getnameinfo().
-This is a rewrite of the CPython source: Modules/getaddrinfo.c
+This is a rewrite of the CPython source: Modules/getnameinfo.c
 """
 from pypy.rlib import _rsocket_rffi as _c
 from pypy.rlib.rsocket import RSocketError, GAIError



More information about the Pypy-commit mailing list