[pypy-svn] r55215 - pypy/dist/pypy/rlib/rstruct

fijal at codespeak.net fijal at codespeak.net
Sun May 25 21:19:52 CEST 2008


Author: fijal
Date: Sun May 25 21:19:51 2008
New Revision: 55215

Modified:
   pypy/dist/pypy/rlib/rstruct/__init__.py
Log:
Add a comment


Modified: pypy/dist/pypy/rlib/rstruct/__init__.py
==============================================================================
--- pypy/dist/pypy/rlib/rstruct/__init__.py	(original)
+++ pypy/dist/pypy/rlib/rstruct/__init__.py	Sun May 25 21:19:51 2008
@@ -1,4 +1,8 @@
 
+""" WARNING! this module is incomplete and may have rough edges. Use only
+if necessary
+"""
+
 import py
 from struct import pack, unpack
 from pypy.rlib.rstruct.formatiterator import FormatIterator



More information about the Pypy-commit mailing list