[issue33635] OSError when using pathlib.Path.rglob() to list device files

2018-05-24 Thread Victor Domingos
Change by Victor Domingos <editor.arcosonl...@gmail.com>: -- components: +IO, macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33635] OSError when using pathlib.Path.rglob() to list device files

2018-05-24 Thread Victor Domingos
New submission from Victor Domingos <editor.arcosonl...@gmail.com>: 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 th

[issue32864] Visual glitches when animating ScrolledText instances using place geometry manager

2018-02-28 Thread Victor Domingos
Victor Domingos <editor.arcosonl...@gmail.com> 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 <rep...@bugs.python.org> <https://bugs.python

[issue32864] Visual glitches when animating ScrolledText instances using place geometry manager

2018-02-17 Thread Victor Domingos
New submission from Victor Domingos <editor.arcosonl...@gmail.com>: 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 a

[issue32863] Missing support for Emojis in tkinter

2018-02-17 Thread Victor Domingos
New submission from Victor Domingos <editor.arcosonl...@gmail.com>: 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 no