Re: [Python-Dev] displayhook behavior in pdb

2009-09-16 Thread Georg Brandl
Guido van Rossum schrieb: > >> Now, what is the lesser evil? > >> > >> > > > > IMO not showing the extraneous Nones is preferable. > > I agree (although I don't use pdb, so my view shouldn't be given too > much weight...) > > > I *do* use pdb a lot, and I agree that

Re: [Python-Dev] displayhook behavior in pdb

2009-09-16 Thread Guido van Rossum
On Wed, Sep 16, 2009 at 3:48 AM, Paul Moore wrote: > 2009/9/16 Michael Foord : > > Georg Brandl wrote: > >> > >> May I have a short vote on this issue: > >> > >> http://bugs.python.org/issue6903 > >> > >> In short, pdb (since 2.6) uses a separate displayhook in order to avoid > >> _ being reass

Re: [Python-Dev] displayhook behavior in pdb

2009-09-16 Thread Paul Moore
2009/9/16 Michael Foord : > Georg Brandl wrote: >> >> May I have a short vote on this issue: >> >>   http://bugs.python.org/issue6903 >> >> In short, pdb (since 2.6) uses a separate displayhook in order to avoid >> _ being reassigned (which screws up debugging apps that use _ as gettext). >> In tha

Re: [Python-Dev] displayhook behavior in pdb

2009-09-16 Thread Michael Foord
Georg Brandl wrote: May I have a short vote on this issue: http://bugs.python.org/issue6903 In short, pdb (since 2.6) uses a separate displayhook in order to avoid _ being reassigned (which screws up debugging apps that use _ as gettext). In that displayhook, I did not add the suppression of

[Python-Dev] displayhook behavior in pdb

2009-09-16 Thread Georg Brandl
May I have a short vote on this issue: http://bugs.python.org/issue6903 In short, pdb (since 2.6) uses a separate displayhook in order to avoid _ being reassigned (which screws up debugging apps that use _ as gettext). In that displayhook, I did not add the suppression of printing None, as it