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 wysek
Recipients wysek
Date 2008-07-29.09:27:20
SpamBayes Score 0.053238597
Marked as misclassified No
Message-id <1217323642.06.0.547591782386.issue3465@psf.upfronthosting.co.za>
In-reply-to
Content
As I would like to use '...' in order not to care about some part of a
unicode string containing unicode literals (using ELLIPSIS).
The unicode string is inside the value of a dict returned by a function.

It is working on Python 2.4.4 and not working on Python 2.5.2.
History
Date User Action Args
2008-07-29 09:27:22wyseksetrecipients: + wysek
2008-07-29 09:27:22wyseksetmessageid: <1217323642.06.0.547591782386.issue3465@psf.upfronthosting.co.za>
2008-07-29 09:27:21wyseklinkissue3465 messages
2008-07-29 09:27:20wysekcreate