Message402506
| Author | steve.dower |
|---|---|
| Recipients | eric.snow, steve.dower |
| Date | 2021-09-23.16:24:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632414295.46.0.740648553614.issue45272@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I noticed that Python/frozen.c includes posixpath as 'os.path'. This is not correct, and shouldn't be necessary anyway, because os.path is just an attribute in "os" and not a concrete module (see Lib/os.py#L95 for the bit that makes it importable, and Lib/os.py#L61 and Lib/os.py#L81 for the imports). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-23 16:24:55 | steve.dower | set | recipients: + steve.dower, eric.snow |
| 2021-09-23 16:24:55 | steve.dower | set | messageid: <1632414295.46.0.740648553614.issue45272@roundup.psfhosted.org> |
| 2021-09-23 16:24:55 | steve.dower | link | issue45272 messages |
| 2021-09-23 16:24:55 | steve.dower | create | |