[Python-Dev] cpython: asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
Antoine Pitrou
solipsis at pitrou.net
Thu Mar 27 17:48:52 CET 2014
More information about the Python-Dev mailing list
Thu Mar 27 17:48:52 CET 2014
- Previous message: [Python-Dev] cpython: inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
- Next message: [Python-Dev] PEP 461: Adding % formatting to bytes and bytearray -- Request for Pronouncement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 27 Mar 2014 17:22:01 +0100 (CET) yury.selivanov <python-checkins at python.org> wrote: > http://hg.python.org/cpython/rev/bcc77493249c > changeset: 89995:bcc77493249c > user: Yury Selivanov <yselivanov at sprymix.com> > date: Thu Mar 27 12:21:20 2014 -0400 > summary: > asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 > > files: > Lib/test/test_asyncio/__init__.py | 22 ++++++++---------- > Misc/NEWS | 3 ++ > 2 files changed, 13 insertions(+), 12 deletions(-) Perhaps the tests.txt file should be removed from the repo? Regards Antoine.
- Previous message: [Python-Dev] cpython: inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
- Next message: [Python-Dev] PEP 461: Adding % formatting to bytes and bytearray -- Request for Pronouncement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list