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 flox
Recipients ezio.melotti, flox, loewis
Date 2011-11-06.21:43:12
SpamBayes Score 0.0056694276
Marked as misclassified No
Message-id <1320615792.75.0.341796553059.issue13360@psf.upfronthosting.co.za>
In-reply-to
Content
Often sequences or sets have heterogeneous keys, mixing <str> and <unicode>, and in this case there's no easy way to work with them without raising this UnicodeWarning.
The "logging" module is such an example.

Of course it is only a warning, not a strong annoyance.
History
Date User Action Args
2011-11-06 21:43:12floxsetrecipients: + flox, loewis, ezio.melotti
2011-11-06 21:43:12floxsetmessageid: <1320615792.75.0.341796553059.issue13360@psf.upfronthosting.co.za>
2011-11-06 21:43:12floxlinkissue13360 messages
2011-11-06 21:43:12floxcreate