commit | a5cafdf2ddca48882e6d927a90329ee638357a56 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 26 21:56:07 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 26 21:56:07 2009 +0000 |
tree | 2d128b3976c1c1ce14f3b69824ad1360168d7d9e | |
parent | 27fe9fc448ed2669320e1b3e7e43c955137b980a [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. ........