[Bug 581913] New: Review Request: python-simplegeneric - Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 13 15:31:03 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-simplegeneric - Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

https://bugzilla.redhat.com/show_bug.cgi?id=581913

           Summary: Review Request: python-simplegeneric - Simple generic
                    functions (similar to Python's own len(),
                    pickle.dump(), etc.)
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: lmacken at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
    Target Release: ---


Spec URL: http://lmacken.fedorapeople.org/rpms/python-simplegeneric.spec
SRPM URL:
http://lmacken.fedorapeople.org/rpms/python-simplegeneric-0.6-1.fc12.src.rpm
Description:
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()
and other generic functions found in the Python standard library.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list