Changes between Initial Version and Version 1 of Ticket #17071
- Timestamp:
- Oct 18, 2011, 9:05:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17071 – Description
initial v1 1 We try to import a newer or faster version of 'simplejson' or Python 2.6's 'json', but the value of `__version__` stays clamped to the v ersionof the version of simplejson we bundle ('2.0.7') even when one of such imports is succesful.1 We try to import a newer or faster version of 'simplejson' or Python 2.6's 'json', but the value of `__version__` stays clamped to the value of the version of simplejson we bundle ('2.0.7') even when one of such imports is succesful. 2 2 3 3 Found this while working on #16850.