[issue43204] Fix LibTom URL's in hashlib comments

2021-02-14 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-14 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset ae2ff7ba04ad20424db4efcc67246ff27b95 by Miss Islington (bot) in branch '3.8': bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) (GH-24516) https://github.com/python/cpython/commit/ae2ff7ba04ad20424db4efcc67

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread miss-islington
miss-islington added the comment: New changeset df2197f2ec410817299f671e353c2fb0a3d61cbd by Miss Islington (bot) in branch '3.9': bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) https://github.com/python/cpython/commit/df2197f2ec410817299f671e353c2fb0a3d61c

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +23302 pull_request: https://github.com/python/cpython/pull/24515 ___ Python tracker ___ __

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +23303 pull_request: https://github.com/python/cpython/pull/24516 ___ Python tracker ___ __

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread miss-islington
miss-islington added the comment: New changeset 5ec7d535581bc99918e032891167a96abd224ed6 by Erlend Egeberg Aasland in branch 'master': bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) https://github.com/python/cpython/commit/5ec7d535581bc99918e032891167a96ab

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +23301 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24507 ___ Python tracker _

[issue43204] Fix LibTom URL's in hashlib comments

2021-02-12 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : The comments in Modules/md5module.c, Modules/sha1module.c, Modules/sha256module.c, and Modules/sha512module.c all point to http://libtom.org. However the LibTom website has in fairly recent years been relaunched at https://libtom.net. The old URL i