Ticket #3061 (closed defect: fixed)

Opened 21 months ago

Last modified 15 months ago

Connection.connect does not obey to the data array

Reported by: pkern@… Owned by: asterix
Priority: normal Milestone: 0.11.2
Component: None Version: 0.11.1
Severity: normal Keywords:
Cc: OS: All

Description

The Connection object in common/connection.py accepts a data array in its connect method. Only certain values of it are honoured although all parameters specified in the corresponding docstring are imported as local variables. Obvious examples are resource and name which are not used or passed in the function. Perhaps you wanted to store them as global variables (thus setting self.resource and self.name, although the latter is used throughout the function to address the right configuration key). Please clean up this cruft.

Attachments

Change History

Changed 21 months ago by pkern@…

Please also see a patch for another problem which touches this one.

Changed 21 months ago by asterix

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.12

(In [8032]) cleanup connection.connect(). fixes #3061

Changed 15 months ago by roidelapluie

(In [8594]) Cleanup connection.connect(). Fix #3061.

Changed 15 months ago by roidelapluie

  • os set to All
  • milestone changed from 0.12 to 0.11.2

Add/Change #3061 (Connection.connect does not obey to the data array)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.