Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request parameter is unused and undocumented?

cpsievert opened this issue · comments

Having a quick look at the source it appears document()'s request argument isn't used for anything and isn't documented? If so, maybe it should be removed?

def __init__(self, title='Dominate', doctype='<!DOCTYPE html>', request=None):

Fixed in #159