Change by Nicolas Évrard :
--
nosy: +nicoe
___
Python tracker
<https://bugs.python.org/issue34155>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Nicolas Évrard:
Some of the arguments although specified further in the documentation do not
appear in the signature of TextTestRunner.
Here's a simple patch to include them.
--
assignee: docs@python
components: Documentation
files: unittest_doc_bug.diff
key
New submission from Nicolas Évrard :
While using pyflake on some of my file I noticed in a copied version of _group
two unused variables.
The attached patch fixed that very little annoyance.
--
components: Library (Lib)
files: locale.diff
keywords: patch
messages: 146549
nosy: nicoe