[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Zachary. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset eafe4007c999 by Berker Peksag in branch '3.4': Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. http://hg.python.org/cpython/rev/eafe4007c999 New changeset e1913d2780d7 by Berker Peksag in branch 'default': Issue #21906: Merge from 3.4.

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks Zachary! Here's a combined patch. -- Added file: http://bugs.python.org/file35849/issue21906_v2.diff ___ Python tracker ___ __

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-03 Thread Zachary Ware
Zachary Ware added the comment: Hmmm, I was just reloading the page to post a patch I'd worked up, and lo and behold there's already one here! Here's mine anyway; you can use any parts of it that you like, Berker. There are a couple of not-quite-related changes in test_tools that might be be

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-03 Thread Zachary Ware
Zachary Ware added the comment: Hmmm, I was just reloading the page to post a patch I'd worked up, and lo and behold there's already one here! Here's mine anyway; you can use any parts of it that you like, Berker. There are a couple of not-quite-related changes in test_tools that might be be

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-03 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg17 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-03 Thread Josh Rosenberg
Changes by Josh Rosenberg : -- nosy: +josh.rosenberg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-02 Thread Berker Peksag
Berker Peksag added the comment: Here's a path with tests. -- keywords: +patch nosy: +berker.peksag stage: -> patch review type: -> behavior Added file: http://bugs.python.org/file35837/md5sum.diff ___ Python tracker

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-02 Thread R. David Murray
R. David Murray added the comment: Well, at least one person *tried* to use it :) This is not a windows only problem, I can reproduce it on linux. Obviously we don't have tests for this tool. -- keywords: +easy nosy: +r.david.murray ___ Python trac

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-02 Thread SilentGhost
SilentGhost added the comment: I guess it's only the evidence that it isn't being used. -- nosy: +SilentGhost title: Tools\Scripts\md5sum.py doesn't work in Python 3.4.1 on Windows 7 64bit. -> Tools\Scripts\md5sum.py doesn't work in Python 3.x versions: +Python 3.5