Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/xdrlib.py

    r2 r388  
    5454        self.__buf.write(struct.pack('>L', x))
    5555
    56     pack_int = pack_uint
     56    def pack_int(self, x):
     57        self.__buf.write(struct.pack('>l', x))
     58
    5759    pack_enum = pack_int
    5860
Note: See TracChangeset for help on using the changeset viewer.