[pypy-svn] r53475 - pypy/dist/pypy/lib

arigo at codespeak.net arigo at codespeak.net
Sun Apr 6 19:47:05 CEST 2008


Author: arigo
Date: Sun Apr  6 19:47:05 2008
New Revision: 53475

Modified:
   pypy/dist/pypy/lib/_minimal_curses.py
Log:
Note.


Modified: pypy/dist/pypy/lib/_minimal_curses.py
==============================================================================
--- pypy/dist/pypy/lib/_minimal_curses.py	(original)
+++ pypy/dist/pypy/lib/_minimal_curses.py	Sun Apr  6 19:47:05 2008
@@ -4,6 +4,9 @@
 Based on ctypes.  It's too incomplete to be really called '_curses', so
 to use it, you have to import it and stick it in sys.modules['_curses']
 manually.
+
+Note that there is also a built-in module _minimal_curses which will
+hide this one if compiled in.
 """
 
 import ctypes, ctypes.util



More information about the Pypy-commit mailing list