New submission from Tobias Leupold:

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

----------
components: Interpreter Core
messages: 224633
nosy: l3u
priority: normal
severity: normal
status: open
title: Please add an equivalent to QString::simplified() to Python strings
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22129>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to