Files
mongo/lang/python
Don Anderson 5a70018b45 Do 'extra self elimination' in SWIG by using typemaps with two input args.
This cleans up the ugly stuff in my last local commit.  Also,
the extra 'self' argument in wiredtiger.in need not be named
'thisconnection', 'thiscursor', 'thissession', but simply 'connection',
'cursor' or 'session'.  That's another clean up from the last local commit.

--HG--
extra : rebase_source : 08b67fedcc32756325cf7b68522a64f29eae206b
2011-04-04 14:59:29 -04:00
..