[pypy-svn] r41260 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Sat Mar 24 21:07:05 CET 2007


Author: hpk
Date: Sat Mar 24 21:07:00 2007
New Revision: 41260

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
a warning note before showing the aop example


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Sat Mar 24 21:07:00 2007
@@ -327,9 +327,10 @@
 Aspect Oriented Programming
 +++++++++++++++++++++++++++
 
-PyPy provides some `Aspect Oriented Programming` facilities. 
-
-Try it out::
+PyPy provides experimental `Aspect Oriented Programming` facilities
+(warning: using the 'aop' module may modify compiler state and 
+badly affect subsequent execution of compiled code and imports) 
+Here is an example::
 
  cd pypy
  python bin/py.py



More information about the Pypy-commit mailing list