Change by Victor Domingos :
--
components: +IO, macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue33635>
___
___
Python-bug
New submission from Victor Domingos :
This method fails with an error when it finds a character or block device (like
those found in /dev on macOS). However, in the same machine, with the same
Python version, the alternative os.walk() performs basically the same job with
no errors. I am not
Victor Domingos added the comment:
The new beta (Python 3.7.0b2 with Tcl/tk 8.6.8) seems to have that issue
solved. Nice! :)
--
___
Python tracker
<https://bugs.python.org/issue32
New submission from Victor Domingos :
In the current Python 3.7.0b1, on macOS 10.12.6 Sierra (also on 10.11 El
Capitan), which seems to include a newer Tcl/tk version, there seems to be some
visual glitches when using the place() geometry manager to animate a ttk.Frame
containing ScrolledText
New submission from Victor Domingos :
In the current Python 3.7.0b1, on macOS 10.12.6 Sierra (also on 10.11 El
Capitan), which seems to include a newer Tcl/tk version, it still does not
support a variety of UTF characters, including Emoji characters that nowadays
are of very common use. A