Re: Quick thing for the piethon interested

2004-07-16 Thread Leopold Toetsch
Togos <[EMAIL PROTECTED]> wrote: >> This is my first code patch EVAR, so here's to >> hoping I didn't mess it all up. Seems to work, > anyway. Thanks, applied. leo

Re: Quick thing for the piethon interested

2004-07-16 Thread TOGoS
--- TOGoS <[EMAIL PROTECTED]> wrote: > This is my first code patch EVAR, so here's to > hoping I didn't mess it all up. Seems to work, anyway. >:# Sorry. Did the diff wrong. Here it is, the right way. __ Do you Yahoo!? New and Improved Y

Re: Quick thing for the piethon interested

2004-07-16 Thread TOGoS
This is my first code patch EVAR, so here's to hoping I didn't mess it all up. Seems to work, anyway. __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail python.ops-2004.07.16.diff De

Quick thing for the piethon interested

2004-07-15 Thread Dan Sugalski
Right now in python.ops there's print_newline and print_item which print a newline and an item. We need versions that take a filehandle as the first parameter. (so it'd be "print_newline filehandle" and "print_newline filehandle thing") Takers? C'mon, you know you want to :) --