doc/3.16.rst
changeset 8673 8ea63a2cc2cc
parent 8670 f02139297beb
child 8675 b60329e40e26
equal deleted inserted replaced
8672:e8afecc3b576 8673:8ea63a2cc2cc
    31 
    31 
    32   * Drop `_cnxtype` attribute from `Connection` and `cnxtype` from
    32   * Drop `_cnxtype` attribute from `Connection` and `cnxtype` from
    33     `Session`. The former is replaced by a is_repo_in_memory property
    33     `Session`. The former is replaced by a is_repo_in_memory property
    34     and the later is totaly useless.
    34     and the later is totaly useless.
    35 
    35 
       
    36   * Turn `repo_connect` into `_repo_connect` to mark it as private function.
       
    37 
    36   * Deprecate `in_memory_cnx` which becomes useless, use `_repo_connect` instead
    38   * Deprecate `in_memory_cnx` which becomes useless, use `_repo_connect` instead
    37     if necessary.
    39     if necessary.
    38 
    40 
    39 * the "tcp://" uri scheme used for ZMQ communications (in a way
    41 * the "tcp://" uri scheme used for ZMQ communications (in a way
    40   reminiscent of Pyro) is now named "zmqpickle-tcp://", so as to make
    42   reminiscent of Pyro) is now named "zmqpickle-tcp://", so as to make