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 serhiy.storchaka
Recipients doerwalter, eric.araujo, lemburg, loewis, serhiy.storchaka
Date 2012-06-10.15:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339343965.18692.39.camel@raxxla>
In-reply-to <4FD4846D.3010509@v.loewis.de>
Content
> What is the question? U+FFFE also represents an undefined mapping in 
> string subclasses.

What about classes that not subclassed string but ducktyped string by
implementing all string method? What about list/tuple/array.array of
integers or 1-character strings? What about general mapping? Should any
of them have 0xFFFE or '\uFFFE' represent an undefined mapping?

> This is a single issue, a single bug. If the bug is fixed, it is fixed. 
> No need to go further (unless there is another bug somewhere).

My question, where is the limit of this bug.
History
Date User Action Args
2012-06-10 15:59:14serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, doerwalter, eric.araujo
2012-06-10 15:59:14serhiy.storchakalinkissue14850 messages
2012-06-10 15:59:14serhiy.storchakacreate