Issue 3716: Python: Constant Mapping (python-ftf) Source: SAP AG (Mr. David Frankel, david.frankel@sap.com) Nature: Uncategorized Issue Severity: Summary: Is there any protection against the value being changed? Resolution: see above Revised Text: Actions taken: June 20, 2000: received issue December 3, 2001: closed issue Discussion: Close with no change. Python does not support read-only module attributes, so there is no such protection End of Annotations:===== Date: Tue, 20 Jun 2000 14:06:52 +0200 (MET DST) Message-Id: <200006201206.OAA02312@pandora.informatik.hu-berlin.de> X-Authentication-Warning: pandora.informatik.hu-berlin.de: loewis set sender to loewis@informatik.hu-berlin.de using -f From: Martin von Loewis To: issues@omg.org Subject: Python: Constant Mapping User-Agent: SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII X-UIDL: d(cd9`f~e98")!!!Ci!! [Original Source: Mr David Frankel] Is there any protection against the value being changed? Date: Mon, 5 Mar 2001 16:22:55 +0100 (MET) Message-Id: <200103051522.QAA05670@pandora.informatik.hu-berlin.de> X-Authentication-Warning: pandora.informatik.hu-berlin.de: loewis set sender to loewis@informatik.hu-berlin.de using -f From: Martin von Loewis To: python-ftf@omg.org Subject: Proposal for issue 3716 User-Agent: SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII X-UIDL: L-]d9X\fd9?ZKe9Gp'e9 The text of the issue is > Is there any protection against the value being changed? Proposed resolution: Close with no change Discussion: Python does not support read-only module attributes, so there is no such protection. Martin