Skip to content

bugs in exc.py #221

@huangzhw

Description

@huangzhw

in https://github.com/Pylons/webob/blob/master/webob/exc.py

class HTTPNotAcceptable(HTTPClientError) line 719, template=..., should it be body_template_obj=...

class HTTPUnsupportedMediaType(HTTPClientError) line 847, template_obj = ..., should it be body_template_obj=...

besides,
class HTTPNotImplemented(HTTPServerError): line 1029, template=..., should it be body_template_obj=...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions