This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Rod.Nayfield, roger.serwy, serhiy.storchaka
Date 2012-12-31.22:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356992980.37.0.544163752836.issue16829@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm this bug for POSIX platforms. Changing the lpr command in config-main.def to quote the filename seems to fix the problem. 

   print-command-posix=lpr "%%s"


It might also be a problem on Windows, but I haven't tried it.
History
Date User Action Args
2012-12-31 22:29:40roger.serwysetrecipients: + roger.serwy, serhiy.storchaka, Rod.Nayfield
2012-12-31 22:29:40roger.serwysetmessageid: <1356992980.37.0.544163752836.issue16829@psf.upfronthosting.co.za>
2012-12-31 22:29:40roger.serwylinkissue16829 messages
2012-12-31 22:29:40roger.serwycreate