Issue1072410
Created on 2004-11-24 12:24 by interneci, last changed 2004-12-19 22:04 by rhettinger.
|
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.
|
|
| Date |
User |
Action |
Args |
| 2004-11-24 12:24:33 | interneci | create | |
|