flatbuffers/python
Faizan Rashid 853e34087a [BUG] [MINOR] Use buffer for specific py versions
Fix for Issue 1741
Minor bug where python versions 2.7.x where x < 5 do not support
unpacking from memoryview objects. Versions 2.7.5 and above will
use memoryview while 2.7 versions below 2.7.5  will use buffer
objects.

Manual testing was performed on versions 2.7.5 and 2.7.2 to
confirm both worked correctly.
2015-12-13 02:55:16 -05:00
..
flatbuffers [BUG] [MINOR] Use buffer for specific py versions 2015-12-13 02:55:16 -05:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
setup.py Update Python package description: license, descriptions. 2015-05-15 12:20:20 -07:00