Changeset 959 for hodgestar

Show
Ignore:
Timestamp:
06/29/11 22:36:12 (11 months ago)
Author:
hodgestar
Message:

Fiddling with examples and making notes.

Location:
hodgestar/Talks/PythonMRO
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • hodgestar/Talks/PythonMRO/notes.txt

    r941 r959  
    33http://www.python.org/download/releases/2.3/mro/ 
    44https://secure.wikimedia.org/wikipedia/en/wiki/C3_linearization 
     5http://192.220.96.201/dylan/linearization-oopsla96.html 
     6 
     7re-implement default CPython mro in Python.