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 pitrou
Recipients pitrou, pythonhacker
Date 2008-08-02.23:14:25
SpamBayes Score 0.001148788
Marked as misclassified No
Message-id <1217718866.51.0.0767346221719.issue3488@psf.upfronthosting.co.za>
In-reply-to
Content
I think the functionality is useful, although it may be too late to make
it into 2.6/3.0. Some comments:
- the functions should have docstrings
- there should be unit tests
- style nit: named parameters in function calls (and default values in
function declarations) shouldn't have spaces around the '=' sign
History
Date User Action Args
2008-08-02 23:14:26pitrousetrecipients: + pitrou, pythonhacker
2008-08-02 23:14:26pitrousetmessageid: <1217718866.51.0.0767346221719.issue3488@psf.upfronthosting.co.za>
2008-08-02 23:14:25pitroulinkissue3488 messages
2008-08-02 23:14:25pitroucreate