Changeset 391 for python/trunk/Doc/library/binascii.rst
- 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/Doc/library/binascii.rst
r2 r391 128 128 regardless of platform. In the past the value would be signed on 129 129 some platforms and unsigned on others. Use & 0xffffffff on the 130 value if you want it to match 3.0behavior.130 value if you want it to match Python 3 behavior. 131 131 132 132 .. versionchanged:: 3.0
Note:
See TracChangeset
for help on using the changeset viewer.