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 serhiy.storchaka
Recipients Ramchandra Apte, Rod.Nayfield, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-01-11.15:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357918471.87.0.0848851025505.issue16829@psf.upfronthosting.co.za>
In-reply-to
Content
It is not so easy. The problem is that we have to determine the print command by configuration line. A user may wish to change these settings, and some users already changed them. The patch should not break them. For backward compatibility we also have to run a command with a shell, not directly. A method of quoting of command arguments varies in the different systems and it differs from Python's repr. The new code should work in case if the user has not changed the default settings, and in case he changed them (for example when he replaced %%s to "%%s"). Definitely, this is not an easy issue.
History
Date User Action Args
2013-01-11 15:34:31serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, Ramchandra Apte, Rod.Nayfield
2013-01-11 15:34:31serhiy.storchakasetmessageid: <1357918471.87.0.0848851025505.issue16829@psf.upfronthosting.co.za>
2013-01-11 15:34:31serhiy.storchakalinkissue16829 messages
2013-01-11 15:34:31serhiy.storchakacreate