Unterhaltung
Nachrichten
-
The moment when you start a small fix and hit problems in your language reportedly fixed in the newest release… bugs.python.org/msg205727
Tuesday, 13-Sep-16 07:10:57 UTC von web-
>>> import os >>> for i in os.listdir("<path>"): ... if i.startswith("wetter"): print(i) ... Traceback (most recent call last): File "<stdin>", line 2, in <module> UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 10: surrogates not allowed
-