[Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Stefano Borini
Hi, I report a finding (bug?) about the warning unicode symbol, as reported here http://stackoverflow.com/questions/26919799/cannot-make-warning-sign-visible-on-osx-terminal In brief, python fails to correctly encode \u26a0 (warning sign) to utf-8, instead writing a space. It has no problems

Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread R. David Murray
On Sun, 16 Nov 2014 11:23:41 +0100, Stefano Borini stefano.bor...@ferrara.linux.it wrote: I report a finding (bug?) about the warning unicode symbol, as reported here http://stackoverflow.com/questions/26919799/cannot-make-warning-sign-visible-on-osx-terminal Bugs should be reported to

Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Terry Reedy
On 11/16/2014 11:49 AM, R. David Murray wrote: On Sun, 16 Nov 2014 11:23:41 +0100, Stefano Borini stefano.bor...@ferrara.linux.it wrote: I report a finding (bug?) about the warning unicode symbol, as reported here

[Python-Dev] understanding ubuntu's patches to cpython

2014-11-16 Thread Buck Evan
This particular patch caused virtualenv issue #118 and a subsequent workaround: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/python2.7/trusty/view/head:/debian/patches/distutils-install-layout.diff#L281

Re: [Python-Dev] py34 makes it harder to read all of a pty

2014-11-16 Thread Buck Evan
Note that this is a fully unbuffered read. On Wed, Nov 12, 2014 at 11:34 PM, Charles-François Natali cf.nat...@gmail.com wrote: 2014-11-12 22:16 GMT+00:00 Buck Golemon buck.2...@gmail.com: This is due to the fix for issue21090, which aimed to un-silence errors which previously went

Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Stefano Borini
On 11/16/14 8:23 PM, Terry Reedy wrote: Stefano, the right place to send an enquiry about a bug is python-list, not py-dev. ok, sorry, but I wasn't even sure if it was a bug, and what was the root cause. I'm doubtful this is a Python problem though. More likely it is an issue with the

Re: [Python-Dev] understanding ubuntu's patches to cpython

2014-11-16 Thread Ned Deily
In article CAPQx2vfoNWaTeOb=TkftLc9ZVP-mtL7tPFcCt16T=9g+x+v...@mail.gmail.com, Buck Evan buck.2...@gmail.com wrote: This particular patch caused virtualenv issue #118 and a subsequent workaround: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/python2.7/trusty/vi