commit | 24058549f59dcad3d11b04430366d7dbfdcfe27a | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 26 21:43:42 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 26 21:43:42 2009 +0000 |
tree | 11bd05b4f999aeb384812f17bdfc3220bced880e | |
parent | f66326f8bd182659a31f3e762efb47cdfd24b588 [diff] |
Merged revisions 68974-68975 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68974 | mark.dickinson | 2009-01-26 21:36:30 +0000 (Mon, 26 Jan 2009) | 4 lines Fix undefined behaviour (left shift of negative value) in long_hash. Also, rewrap a line of length > 79, and update comments. ........ r68975 | mark.dickinson | 2009-01-26 21:40:08 +0000 (Mon, 26 Jan 2009) | 2 lines Fix comment. ........