Python on guile version 1.2

2020-04-10 Thread Stefan Israelsson Tampe
Hi I'm pleased to announce python on guile 1.2. This version increases the correctness of the parser as well as adding quite a number of system py files that compiles as an example the we can now generate python ast from the compiler. Also some work to improve speed have been done. Python on guil

[PATCH] http: Support CONNECT and PATCH HTTP methods.

2020-04-10 Thread Christopher Baines
PATCH is described by RFC 5789 and CONNECT is described by RFC 7231. * module/web/http.scm (parse-http-method): Support CONNECT and PATCH. --- module/web/http.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/web/http.scm b/module/web/http.scm index de61c9495..4276e1744 100644 ---