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 r.david.murray
Recipients Yaroslav.Halchenko, abingham, brian.curtin, eric.araujo, eric.snow, exarkun, ezio.melotti, fperez, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray
Date 2011-07-21.11:51:12
SpamBayes Score 1.8199617e-05
Marked as misclassified No
Message-id <1311249073.56.0.510482547504.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-21 11:51:13r.david.murraysetrecipients: + r.david.murray, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, michael.foord, brian.curtin, fperez, Yaroslav.Halchenko, nchauvat, abingham, eric.snow
2011-07-21 11:51:13r.david.murraysetmessageid: <1311249073.56.0.510482547504.issue7897@psf.upfronthosting.co.za>
2011-07-21 11:51:13r.david.murraylinkissue7897 messages
2011-07-21 11:51:13r.david.murraycreate