Auto saved by Logseq

This commit is contained in:
2022-05-08 16:58:09 +02:00
parent 5d00cfe832
commit 521694bae4
+5
View File
@@ -6,3 +6,8 @@
- 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]]
- ```
import urllib.parse
- urllib.parse.quote_plus(...)
- ```