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

afayolle at codespeak.net afayolle at codespeak.net
Thu Mar 22 15:10:37 CET 2007


Author: afayolle
Date: Thu Mar 22 15:10:35 2007
New Revision: 41067

Modified:
   pypy/dist/pypy/doc/index-report.txt
Log:
presentation of D10 report

Modified: pypy/dist/pypy/doc/index-report.txt
==============================================================================
--- pypy/dist/pypy/doc/index-report.txt	(original)
+++ pypy/dist/pypy/doc/index-report.txt	Thu Mar 22 15:10:35 2007
@@ -12,8 +12,11 @@
 Reports of 2007
 ===============
 
-`D10.1 Aspect Oriented Programming in PyPy`_ is a report
-about XXX. *(2007-03-22)*
+`D10.1 Aspect-Oriented, Design-by-Contract Programming and RPython static checking`_ is a report
+about the ``aop`` module providing an Aspect Oriented Programming
+mechanism for PyPy, and how this can be leveraged to implement a
+Design-by-Contract module. It also introduces RPylint static type
+checker for RPython code. *(2007-03-22)*
 
 `D02.1 Development Tools and Website`_ is a report
 about the codespeak_ development environment and aditional tool support for the



More information about the Pypy-commit mailing list