[pypy-svn] r27067 - pypy/dist/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Thu May 11 13:41:40 CEST 2006


Author: cfbolz
Date: Thu May 11 13:41:39 2006
New Revision: 27067

Modified:
   pypy/dist/pypy/objspace/std/multimethod.py
Log:
add link


Modified: pypy/dist/pypy/objspace/std/multimethod.py
==============================================================================
--- pypy/dist/pypy/objspace/std/multimethod.py	(original)
+++ pypy/dist/pypy/objspace/std/multimethod.py	Thu May 11 13:41:39 2006
@@ -403,6 +403,7 @@
     # Multi-Method Dispatch Using Multiple Row Displacement,
     # Candy Pang, Wade Holst, Yuri Leontiev, and Duane Szafron
     # University of Alberta, Edmonton AB T6G 2H1 Canada
+    # can be found on http://web.cs.ualberta.ca/~yuri/publ.htm
 
     Counter = 0
 



More information about the Pypy-commit mailing list