Message89157
Ah. How about only doing back-translation when protocol=2 (or lower)
is explicitly selected?
I don't much like that 3.0 will be to read pickles written by 3.1 with
the default protocol (i.e. 3), but I don't mind breaking protocol 2,
since that's most likely (as you say) intended for Python 2. So the
default for fix_imports would be None, and the __init__ would check if
it's None, and then set it to (protocol <= 2). |
|
Date |
User |
Action |
Args |
2009-06-09 19:03:00 | gvanrossum | set | recipients:
+ gvanrossum, rhettinger, pitrou, mkiever, alexandre.vassalotti, hagen |
2009-06-09 19:02:59 | gvanrossum | link | issue6137 messages |
2009-06-09 19:02:59 | gvanrossum | create | |
|