[gstreamer-bugs] [Bug 334548] New: Proper use of PyTuple and PyList for return values

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 14 07:38:32 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=334548
 GStreamer | gst-python | Ver: HEAD CVS

           Summary: Proper use of PyTuple and PyList for return values
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at bilboed.com
         QAContact: johan at gnome.org
     GNOME version: Unspecified
   GNOME milestone: Unspecified


PyTuple should be used for immutable collection of different type of objects,
whereas PyList should be used for mutable collection of same type of objects.

See
http://www.python.org/doc/faq/general/#why-are-there-separate-tuple-and-list-data-types
for more explanation.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list