Message 392518 - Python tracker (original) (raw)
Message392518
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Author | vstinner |
---|---|
Recipients | erlendaasland, vstinner |
Date | 2021-04-30.22:16:15 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1619820975.97.0.0135283614847.issue43988@roundup.psfhosted.org |
In-reply-to |
Content |
---|
You can take this issue as an opportunity to fix my typo :-) Lib/test/test_hashlib.py: "test_disallow_instanciation" => "test_disallow_instantiation". https://github.com/python/cpython/commit/665c7746fca180266b121183c2d5136c547006e0#commitcomment-50235589 There are now many tests: Lib/test/test_array.py: def test_disallow_instantiation(self): Lib/test/test_curses.py: def test_disallow_instantiation(self): Lib/test/test_dbm_gnu.py: def test_disallow_instantiation(self): Lib/test/test_embed.py: def test_disallow_instantiation(self): Lib/test/test_functools.py: def test_disallow_instantiation(self): Lib/test/test_hashlib.py: def test_disallow_instanciation(self): Lib/test/test_hashlib.py: def test_hash_disallow_instanciation(self): Lib/test/test_re.py: def test_disallow_instantiation(self): Lib/test/test_select.py: def test_disallow_instantiation(self): Lib/test/test_threading.py: def test_disallow_instantiation(self): Lib/test/test_unicodedata.py: def test_disallow_instantiation(self): Lib/test/test_zlib.py: def test_disallow_instantiation(self): |
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-04-30 22:16:15 | vstinner | set | recipients: + vstinner, erlendaasland |
2021-04-30 22:16:15 | vstinner | set | messageid: 1619820975.97.0.0135283614847.issue43988@roundup.psfhosted.org |
2021-04-30 22:16:15 | vstinner | link | issue43988 messages |
2021-04-30 22:16:15 | vstinner | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements