Ticket #2350 (new defect)

Opened 3 years ago

Last modified 23 months ago

Undocumented internals for a member function used in SL#2289 that can break between Python releases.

Reported by: dipankar Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: sugar Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Undocumented internals for a member function used in SL#2289 that can break between Python releases.

def init(self, host=, port=None, strict=None, timeout=None):
if port == 0:
port = None
# FIXME: Depending on undocumented internals that can break between
# Python releases.

Please have a look at  http://lists.sugarlabs.org/archive/sugar-devel/2010-September/026984.html

Change History

Changed 23 months ago by sascha_silbe

  • component changed from untriaged to sugar
Note: See TracTickets for help on using tickets.