Re[6]: Re: Mutable Bytes
Lenard Lindstrom <[email protected]> Sun, 1 Aug 2004 21:52:38 -0700 (Pacific Daylight Time)
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <Mahogany-0.66.0-4294663703-20040801-215258.00@pop3.norton.antivirus> |
On Mon, 02 Aug 2004 13:09:26 +1200 Greg Ewing <[email protected]> wrote: > > Actually, in Python the doc string is associated with the function object, > > not the code block. > > It *could* be in the code object, though, since it can't > change from one def execution to the next. I don't think > so, anyway. > I don't see why not. Lenard Lindstrom <[email protected]>