|
From: | Mathieu Othacehe |
Subject: | [bug#42206] [PATCH] import: pypi: Handle 'null instead of #nil. |
Date: | Sun, 05 Jul 2020 09:58:27 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello Arun, > ((? string? str) str) > - ((or #nil #f) #f))) > + ((or 'null #f) #f))) This LGTM. Thanks, Mathieu
[Prev in Thread] | Current Thread | [Next in Thread] |