commit | 20ad3634af3dda11f71189f0997e4aa832a5c740 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Oct 01 15:48:49 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Oct 01 15:48:49 2010 +0000 |
tree | 4e1ee7c0e702671bd16b2c1e0393692aa26c8bd0 | |
parent | cb5e22deff0823dd9ef2fa3cf4f35dc9c5f92285 [diff] |
Merged revisions 85142 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85142 | r.david.murray | 2010-10-01 11:40:20 -0400 (Fri, 01 Oct 2010) | 5 lines #10004: in Q encoded word ignore '=xx' when xx is not valid hex. Bug report and fix by Thomas Guettler. ........