From 8754806bbf693ecaedf6dade0b0907e45920697b Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Mon, 12 Oct 2015 08:25:48 -0700 Subject: [PATCH] applied miscalleneous stub changes from Ben Longbons --- stdlib/3/cgi.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/3/cgi.pyi b/stdlib/3/cgi.pyi index 8c622dfb7..86d4eac1c 100644 --- a/stdlib/3/cgi.pyi +++ b/stdlib/3/cgi.pyi @@ -1 +1 @@ -def escape(s: str) -> str: ... +def escape(s: str, quote: bool = False) -> str: ...