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.

classification
Title: mkarg undocumented
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: interneci, rhettinger
Priority: normal Keywords:

Created on 2004-11-24 12:24 by interneci, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23300 - (view) Author: Gunter Ohrner (interneci) Date: 2004-11-24 12:24
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 
msg23301 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-19 22:04
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.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41224
2004-11-24 12:24:33internecicreate