Opened 13 years ago
Closed 10 years ago
#2350 closed defect (invalid)
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 |
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 (2)
comment:1 Changed 12 years ago by sascha_silbe
- Component changed from untriaged to sugar
comment:2 Changed 10 years ago by dnarvaez
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Well, we have a FIXME and if it breaks we will notice. I don't think this bug helps much.