[issue7879] Too narrow platform check in test_datetime

R. David Murray report at bugs.python.org
Thu Jul 21 13:50:02 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Please implement name+argtuple first and build auto-naming on top of that.  Nick's approach would not allow me to specify a custom (hand coded) name for each set of arguments, which is my normal use case.  I also would not like the arguments auto-generated into the docstring unless that was optional, since I often have quite substantial argument tuples and it would just clutter the output to have them echoed in the docstring.  In my use cases the custom name is more useful than seeing the actual parameters.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7879>
_______________________________________


More information about the Python-bugs-list mailing list