Stefan Pöschel
Stefan Pöschel
This sounds good. > describe where the locally built one will end up with a path string that isn't a link Would this description be on a separate page, as...
I'm affected by a similar issue. I think this is just a typo in the docs for the allowed clock types. So only the values `local`, `auto` and `utc` are...
The exception seems to be caused by characters which occupy more than just a single byte in UTF-8 i.e. characters with a Unicode code point > 127 (= *not* from...
I havent't yet worked into the testing subsystem, but I will create a test case for this. Testing with the Python 3 branch this issue indeed no longer occurs when...
> With `codecs.open` and `encoding='utf-8'` (taken from Python 2's [Unicode HOWTO](https://docs.python.org/2.7/howto/unicode.html#reading-and-writing-unicode-data)), tested with the `filesystem` output, the exception doesn't occur. It just turned out that this quick fix for the...
I agree; this makes more sense than fixing a complex issue for a Python version that will be deprecated very soon anyway.