diff --git a/AUTHORS b/AUTHORS index e54d53f..6fd2f4a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,3 +39,4 @@ * Fatih Kadir Akın * Jack Hooper * Brian McKenna +* Richard Parsons diff --git a/docs/language/api.rst b/docs/language/api.rst index 7e991b3..2313921 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -762,6 +762,9 @@ of import you can use. [os.path [exists isdir isfile]] [sys :as systest]) + ;; Import all module functions into current namespace + (import [sys [*]]) + kwapply -------