[Python-bugs-list] [ python-Bugs-565373 ] IDLE needs printing

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Jun 2002 08:37:38 -0700


Bugs item #565373, was opened at 2002-06-06 11:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=565373&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Guido van Rossum (gvanrossum)
Summary: IDLE needs printing

Initial Comment:
IDLE really needs a way to print.

It turns out that on Windows, you can print a text file
by invoking notepad /p filename. We can do that using
os.popen() (rather than os.system(), which opens an
ugly DOS box).

On Unix, we can invoke lpr filename in the same way.

So we can make this a standard menu item that takes the
command line to use from the configuration file.  I'll
implement this when I have time (or someone else can
implement it).


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=565373&group_id=5470