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

Created on 2004-11-24 12:24 by interneci, last changed 2004-12-19 22:04 by rhettinger.

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) 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
2004-11-24 12:24:33internecicreate