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.
Created on 2008年03月17日 16:36 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg63669 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 16:36 | |
It turns out that unpickling a string from 2.6 leads to a Unicode string in 3.0. That might fail since the encoding was never specified. This should be documented probably in both 2.6 and 3.0. |
|||
| msg63677 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2008年03月17日 17:11 | |
The issue is different; there is already a bug open for this (bug 2307). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46577 |
| 2008年03月17日 17:11:28 | gvanrossum | set | status: open -> closed resolution: not a bug superseder: Decide what to do with bytes/str when transferring pickles between 2.6 and 3.0 messages: + msg63677 nosy: + gvanrossum |
| 2008年03月17日 16:36:41 | brett.cannon | create | |