PYTH 1.2 NO IDEA Avatar
  1. OMG Issue

PYTH12 — Python mapping issue: ValueFactory

  • Key: PYTH12-7
  • Legacy Issue Number: 4660
  • Status: closed  
  • Source: AT&T ( Duncan Grisby)
  • Summary:

    The ValueFactory mapping is slightly unclear. I suggest the following
    revised text for the third paragraph of section 1.3.10:

    For a given value type, the ValueFactory maps to a class instance
    with a _call_ method taking no arguments. When it is called, it
    returns a new instance of the value type. Initialiser operations of
    the value type map to methods of the factory object. The registry
    for value factories can be accessed using the standard ORB
    operations register_value_factory, unregister_value_factory, and
    lookup_value_factory. For value types without operations, a default
    factory is registered automatically.

  • Reported: PYTH 1.1 — Mon, 5 Nov 2001 05:00 GMT
  • Disposition: Resolved — PYTH 1.2
  • Disposition Summary:

    Accept the proposed changes

  • Updated: Fri, 6 Mar 2015 20:58 GMT