[Webkit-unassigned] [Bug 31976] Update pywebsocket to 0.4.2.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 16:31:04 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31976


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44007|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2009-11-30 16:31:04 PST ---
(From update of attachment 44007)
> +        Update pywebsocket to 0.4.2.1.

Do we really need 4-digit version numbers for pywebsocket? I'm not sure if any
version numbers are needed at this point.

> +        logging.error(
> +            ('Exception in processing request from: %r' % (client_address,)) +
> +            '\n' + util.get_stack_trace())

We don't usually wrap such short lines.

> +        # Note: client_address is a tuple. To match it against %r, we need the
> +        # trailing comma.

Ditto.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list