add a version of GvR's q&d python idle printing patch,
slightly tweaked and modified for the idlefork config system
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index aae6106..06e215e 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -30,6 +30,8 @@
    ('Save _As...', '<<save-window-as-file>>'),
    ('Save Co_py As...', '<<save-copy-of-window-as-file>>'),
    None,
+   ('_Print window', '<<print-window>>'),
+   None,
    ('_Close', '<<close-window>>'),
    ('E_xit', '<<close-all-windows>>'),
   ]),