Re: [Python-Dev] [RELEASED] Python 3.4.0 release candidate 1

2014-02-11 Thread David Robinow
On Tue, Feb 11, 2014 at 5:45 AM, Terry Reedy wrote: > On 2/11/2014 5:13 AM, Terry Reedy wrote: >> ... >> I installed 64 bit 3.3.4 yesterday with no problem. I reran it today in >> repair mode and again, no problem. >> >> With 64 bit 3.4.0, I get >> "There is a problem with this Windows Installer p

Re: [Python-Dev] IDLE as default Python editor

2009-11-11 Thread David Robinow
On Wed, Nov 11, 2009 at 1:50 PM, Fred Drake wrote: > On Wed, Nov 11, 2009 at 12:59 PM, Echo wrote: >> We just need a PyEmacs. Written in python, extensible in elist and >> python. Nice and simple ;-D > I'd even give up the elisp support if I could have Python in my Emacs. Have you tried Pymacs? _

Re: [Python-Dev] Replacing IDLE

2009-11-11 Thread David Robinow
On Tue, Nov 10, 2009 at 10:07 PM, Greg Ewing wrote: > Seems to me the only kind of IDE that it makes sense to > ship with Python is one that is written in Python and > maintained by the core developers. Anything else is best > left as a third party package for download by those > who want to use i

Re: [Python-Dev] PEP 3144 review.

2009-09-27 Thread David Robinow
On Sun, Sep 27, 2009 at 9:26 PM, Greg Ewing wrote: > Would you be kind enough to explain exactly what use > case you have for retaining this information? > > Apologies if you've done so before -- I've been > trying to follow this discussion, but that point > doesn't seem to have come through clear

Re: [Python-Dev] Re: marshal / unmarshal

2005-04-14 Thread David Robinow
On 4/11/05, Tim Peters <[EMAIL PROTECTED]> wrote: > Heh. I have a vague half-memory of _some_ box that stored the two > 4-byte "words" in an IEEE double in one order, but the bytes within > each word in the opposite order. It's always something ... I believe this was the Floating Instruction Se