Message182068
The code appears to be correct, but I think we need to add an explicit import for ndbm in the __init__ file. Right now I think it is only passing the tests because the test infrastructure imports all the dbm modules, including ndbm.
(I did not realize that doing 'import X.abc' causes 'abc' to be defined in the X.__init__.py module's namespace, but of course it must once I thought about it.)
The tricky bit here is writing a test case :) |
|
Date |
User |
Action |
Args |
2013-02-14 03:00:08 | r.david.murray | set | recipients:
+ r.david.murray, georg.brandl, pjenvey, eric.araujo |
2013-02-14 03:00:08 | r.david.murray | set | messageid: <1360810808.43.0.121612075375.issue17198@psf.upfronthosting.co.za> |
2013-02-14 03:00:08 | r.david.murray | link | issue17198 messages |
2013-02-14 03:00:07 | r.david.murray | create | |
|