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 l3u
Recipients l3u
Date 2014-08-03.13:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407071916.54.0.415237885761.issue22129@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice if a function equivalent to Qt's QString::simplified() would be added to Python's strings (cf. http://qt-project.org/doc/qt-4.8/qstring.html#simplified ).

I'm not sure if my approach is good or fast, but I added this function to my code like so: http://nasauber.de/blog/T/143/QString_simplified_in_Python
History
Date User Action Args
2014-08-03 13:18:36l3usetrecipients: + l3u
2014-08-03 13:18:36l3usetmessageid: <1407071916.54.0.415237885761.issue22129@psf.upfronthosting.co.za>
2014-08-03 13:18:36l3ulinkissue22129 messages
2014-08-03 13:18:36l3ucreate