Message 389902 - Python tracker
Message389902
| Author | serhiy.storchaka |
|---|---|
| Recipients | christian.heimes, gvanrossum, methane, serhiy.storchaka, vstinner |
| Date | 2021-03-31.14:23:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617200628.87.0.339457608393.issue43680@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
OpenWrapper was added in ce3a72aec6eaa0293c397c8d0407f7afe0072b2f (issue1267) and was only used to set __builtin__.open (I suppose that at thet moment dumbdbm.py still set open as a class attribute). It is still can be set as a class attribute in user code, so I think that removing OpenWrapper needs a deprecated period. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-31 14:23:48 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, vstinner, christian.heimes, methane |
| 2021-03-31 14:23:48 | serhiy.storchaka | set | messageid: <1617200628.87.0.339457608393.issue43680@roundup.psfhosted.org> |
| 2021-03-31 14:23:48 | serhiy.storchaka | link | issue43680 messages |
| 2021-03-31 14:23:48 | serhiy.storchaka | create | |