Georg Brandl <[email protected]> added the comment: > return date(year, 3, 1) is not understandable. What are the arguments 3 and > 1 in the date() function for?
Boštjan, we appreciate your concern for the programming style of the Python standard library. However, your question shows that you should probably spend a bit more time reading documentation than "fixing" code. ---------- nosy: +georg.brandl _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10073> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
