Bugs item #1072410, was opened at 2004-11-24 07:24 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1072410&group_id=5470
Category: Python Library Group: Python 2.4 >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Gunter Ohrner (interneci) Assigned to: Nobody/Anonymous (nobody) Summary: mkarg undocumented Initial Comment: Hi! As far as I can tell, commands.mkarg is completely undocumented in python 2.4rc1, in help(commands) as well as in help(mkarg). It's not even marked as deprecated, neither one is referred to a successing function. Is it a bug or did I miss something obvious? Greetings, Gunter ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2004-12-19 17:04 Message: Logged In: YES user_id=80475 This is intensionally not part of the API. mkarg() is used by some of the documented functions. mk2arg() is not used at but is being retained incase someone had found it and used it prior to the __all__ variable being added a few years ago. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1072410&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com