Message162588
> 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. |
|
| Date |
User |
Action |
Args |
| 2012-06-10 15:59:14 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, lemburg, loewis, doerwalter, eric.araujo |
| 2012-06-10 15:59:14 | serhiy.storchaka | link | issue14850 messages |
| 2012-06-10 15:59:14 | serhiy.storchaka | create | |
|