Re: [Python-Dev] Linux Python linking with G++?
Tim Peters <[EMAIL PROTECTED]> writes: > [Michael Hudson] --with-fpectl, for example. Does anyone lurking here actually use that, know what it does and require the functionality? Inquiring minds want to know. > > [Tim, explains what it intends to do] >>> ... > > [Michael] >> But do you use it? I know what it intends to do too, > > Then why ask what it does? You're asking a lot of questions lately > that you're irked by when you get an answer <0.9 wink>. Isn't that the Socratic Method? :) Well, no it's not, but I do ask a lot of questions fishing for perhaps not the most obvious answer. >> but I don't use it. The questions I asked were in the order they were >> for a reason. > > No, I don't use it -- last I looked seriously (which was years ago), > it didn't work on Windows. Right, that's what I thought. > I don't know of anyone who does use it. Even better! Cheers, mwh -- I really hope there's a catastrophic bug in some future e-mail program where if you try and send an attachment it cancels your ISP account, deletes your harddrive, and pisses in your coffee -- Adam Rixey ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Another SoC student for CVS access
This is taking too long, so I am going to have Floris do his dev work somewhere else. Forget about the request. -Brett On 7/7/05, Brett Cannon <[EMAIL PROTECTED]> wrote: > Floris is working on wrapping Hotshot to replace 'profile' and > replacing pstats so that there will be no more need for 'profile' and > thus take care of the licensing problem. He also hopes to make pstats > faster to use. And if we are really lucky, get threading working for > Hotshot. > > It would be great to give him CVS access so he can work in nondist. > His username is sirolf . He knows he is not to touch anything outside > of his directory in nondist. > > -Brett > ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] SF patch #1214889 - file.encoding support
Hi, would anyone care to comment about this patch of mine -- https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1214889&group_id=5470 It makes file.encoding read-write and lets the write() and writelines() methods obey it. Reinhold -- Mail address is perfectly valid! ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
