[issue35670] os functions return '??' for unicode characters in paths on windows

2019-01-06 Thread Creation Elemental
New submission from Creation Elemental : I have a few files that contain emojis in their names, and also a folder that has such. Commands like `os.getcwd`, `os.listdir`, `os.path.realpath`, etc. will cause this to happen. However, this is only, as far as I can tell, happening on pure windows

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-20 Thread Creation Elemental
Creation Elemental added the comment: Ah, yes. That is what I meant to say. The doc string printed by help(widget) -- ___ Python tracker <https://bugs.python.org/issue34

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-18 Thread Creation Elemental
New submission from Creation Elemental : Priority: Low Type: Documentation issue Some of the Tkinter documentation is incomplete. I've only checked it on the Listbox so far, but some of the valid keyword arguments are missing. The one I noticed was "disabledforeground" which c