Changeset 391 for python/trunk/Lib/xdrlib.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/xdrlib.py
r2 r391 54 54 self.__buf.write(struct.pack('>L', x)) 55 55 56 pack_int = pack_uint 56 def pack_int(self, x): 57 self.__buf.write(struct.pack('>l', x)) 58 57 59 pack_enum = pack_int 58 60
Note:
See TracChangeset
for help on using the changeset viewer.