Files
mongo/lang/python
Don Anderson 3582893d8b WT-1985. Fixed problems with integer packing in Python:
1) Applied special case from C code for POS_2BYTE_MAX + 1.
2) Handle B/b format chars directly. Up to now these would have
   been encoded using default int encoding (so values above
   63 get errors when encoding.
2015-06-30 22:07:51 -04:00
..