Auto saved by Logseq

This commit is contained in:
2022-05-08 16:59:09 +02:00
parent 25525a4740
commit 69917d4859
+2 -1
View File
@@ -6,8 +6,9 @@
- thought of this a while, it's nice how this handles spaces by default but it mangles unicode needlessly - thought of this a while, it's nice how this handles spaces by default but it mangles unicode needlessly
- [[iri]] sounds better - [[iri]] sounds better
- OK, let's go, what does [[urlencode]] in [[python]] does? - OK, let's go, what does [[urlencode]] in [[python]] does?
- [[quote plus]] - actually [[quote plus]]
- ``` - ```
import urllib.parse import urllib.parse
- urllib.parse.quote_plus(...) - urllib.parse.quote_plus(...)
- ``` - ```
-