chiark / gitweb /
documentation/python: wtf, why None and why not [].
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 08:48:18 +0000 (10:48 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 15:41:11 +0000 (17:41 +0200)
commit252f47dee65145c470fe2b3bc301d1744f233f75
tree561d4b51ccd85d8064064b4e3ddcdd08fb9ec262
parent22911652552ece32e611443029b3f15f1c49bc4d
documentation/python: wtf, why None and why not [].

This was *sometimes* failing during the test, with Jinja complaining
that None is not iterable. But not all the time, for some reason.
documentation/test_python/__init__.py