| commit | d076c73cc81a974794c9aa7e812931b74d6e03c2 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Oct 07 19:42:25 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Oct 07 19:42:25 1998 +0000 |
| tree | 55b5c7b6c145d5491c2dd63780c9654c51aa2306 | |
| parent | 437ff8600a2959e87194f1491ba99116d73ea543 [diff] |
Changes to support other object types besides strings as the code string of code objects, as long as they support the (readonly) buffer interface. By Greg Stein.