消息 [221212]
The core idea is reasonable.
The patch overreaches by adding readonly warnings to __setitem__ and __delitem__ which will spew-out on every call (these could be ignored or set to warn once by the user but that is PITA).
Minor nit. We have a little PEP-8 overkill on the string splits:
+ with self.assertWarnsRegex(DeprecationWarning,
+ "The database file is missing, the "
+ "semantics of the 'c' flag will "
+ "be used."): |
|
| 日期 |
用户 |
动作 |
参数 |
| 2014-06-22 01:35:29 | rhettinger | 修改 | recipients:
+ rhettinger, r.david.murray, Claudiu.Popa, serhiy.storchaka |
| 2014-06-22 01:35:29 | rhettinger | 修改 | messageid: <1403400929.26.0.832337848324.issue21708@psf.upfronthosting.co.za> |
| 2014-06-22 01:35:29 | rhettinger | 链接 | issue21708 messages |
| 2014-06-22 01:35:28 | rhettinger | 创建 | |
|