]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In cmd_create(), use a redirect directive instead of viewing the page;
authorGuido van Rossum <guido@python.org>
Thu, 17 Oct 2002 21:41:42 +0000 (21:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Oct 2002 21:41:42 +0000 (21:41 +0000)
commit9c3848b39b9b87bd0f81b145b1402093e659673e
treebcf370a2dc594a0605b421ff1cc796bc609b2e96
parent8ed0204bc9249d314442158348b3949f1be50100
In cmd_create(), use a redirect directive instead of viewing the page;
this avoids resubmitting POST data.

Remove redundant 'Page' from label passed from cmd_new().
Demo/cgi/wiki.py