[Python-Dev] Adding insint() function (original) (raw)
Fred L. Drake, Jr. fdrake@beopen.com
Fri, 18 Aug 2000 11:42:59 -0400 (EDT)
- Previous message: [Python-Dev] Adding insint() function
- Next message: [Python-Dev] Adding insint() function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Barry A. Warsaw writes:
+0, but it should probably be called PyDict_SetItemSomething(). It seems more related to the other PyDict_SetItem*() functions, even though in those cases the `*' refers to the type of the key, not the value.
Hmm... How about PyDict_SetItemStringInt() ? It's still long, but I don't think that's actually a problem.
-Fred
-- Fred L. Drake, Jr. BeOpen PythonLabs Team Member
- Previous message: [Python-Dev] Adding insint() function
- Next message: [Python-Dev] Adding insint() function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]