Issue 3718: Python: Classes in module CORBA (python-ftf) Source: SAP AG (Mr. David Frankel, david.frankel@sap.com) Nature: Uncategorized Issue Severity: Summary: On page I-9 of ptc/00-04-08: Are the declarations (not the implementations) of CORBA.Any, CORBA.ValueBase etc. just built into the environment, or are they explicitly declared somewhere? Resolution: see above, close issue Revised Text: Actions taken: June 20, 2000: received issue December 3, 2001: closed issue Discussion: Close with no change. Every implementation provides a module CORBA. This module is available through standard Python import statements (e.g. from CORBA import Any). The classes in that module are the implementations; Python does not support 'mere' declarations. End of Annotations:===== Date: Tue, 20 Jun 2000 14:12:35 +0200 (MET DST) Message-Id: <200006201212.OAA02337@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: Classes in module CORBA 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: J0D!!SSmd902o!!4*Yd9 [Original Source: Mr David Frankel] On page I-9 of ptc/00-04-08: Are the declarations (not the implementations) of CORBA.Any, CORBA.ValueBase etc. just built into the environment, or are they explicitly declared somewhere? Date: Mon, 5 Mar 2001 16:04:43 +0100 (MET) Message-Id: <200103051504.QAA05524@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 3718 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: 90Ce9=#]d9!;Je92:`d9 This is essentially the same issue as 3717. Proposed resolution: Close with no change. Discussion: Every implementation provides a module CORBA. This module is available through standard Python import statements (e.g. from CORBA import Any). Martin