PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 126 - QString.__str__() doesn't returns an unicode object
: QString.__str__() doesn't returns an unicode object
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-01-20 21:31 EET by Hugo Parente Lima
Modified: 2010-03-24 16:11 EET (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2010-01-20 21:31:15 EET
QString.__str__() doesn't returns an unicode object, and it must return one
because QString is able to store unicode strings. On the other hand, returning
unicode strings will problably cause the test qstring_buffer_protocol fail,
because we don't implement the buffer interface for QStrings.
Comment 1 Hugo Parente Lima 2010-01-21 17:35:49 EET
Fixed on commit 2aa875610217cc276ed52ead9f17ecdfd984fb50