Update of /projects/cvsroot/python/dist/src/Doc/ref In directory eric:/projects/python/develop/guido/Doc/ref Modified Files: ref3.tex Log Message: 1. Clarify that immutability isn't entirely the same as unchangeable value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable.