[pypy-issue] Issue #2860: Tkinter __init__ documentations sometimes missing valid keyword values (pypy/pypy)

2018-07-18 Thread Creation Elemental
New issue 2860: Tkinter __init__ documentations sometimes missing valid keyword values https://bitbucket.org/pypy/pypy/issues/2860/tkinter-__init__-documentations-sometimes Creation Elemental: """ Priority: Low Type: Documentation issue Some of the Tkinter documentation is i

[pypy-issue] Issue #2895: Shutil.move Rpython assertion error (pypy/pypy)

2018-09-27 Thread Creation Elemental
New issue 2895: Shutil.move Rpython assertion error https://bitbucket.org/pypy/pypy/issues/2895/shutilmove-rpython-assertion-error Creation Elemental: If you use shutil.move and the resulting path name is too long, it will raise an Rpython error that will crash the entire interpreter instead of

[pypy-issue] Issue #2937: os functions return '??' for unicode characters in paths on windows (pypy/pypy)

2019-01-06 Thread Creation Elemental
New issue 2937: os functions return '??' for unicode characters in paths on windows https://bitbucket.org/pypy/pypy/issues/2937/os-functions-return-for-unicode-characters Creation Elemental: I have a few files that contain emojis in their names, and also a folder that has such. Com