Message 389909 - Python tracker
Message389909
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon, mark.dickinson, vstinner |
| Date | 2021-03-31.14:46:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617201984.29.0.690671315001.issue43682@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I don't understand what the problem is. _pyio.open is a function not a static method. >>> import _pyio >>> _pyio.open <function open at 0x7f184cf33a10> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-31 14:46:24 | Mark.Shannon | set | recipients: + Mark.Shannon, mark.dickinson, vstinner |
| 2021-03-31 14:46:24 | Mark.Shannon | set | messageid: <1617201984.29.0.690671315001.issue43682@roundup.psfhosted.org> |
| 2021-03-31 14:46:24 | Mark.Shannon | link | issue43682 messages |
| 2021-03-31 14:46:24 | Mark.Shannon | create | |