Message363260
Can I ask what sort of backwards-compatibility guarantees Python provides for these cases? In the case of using a Path object as a context manager, I think we can say: - It's easy to do - there's no need to call any underscore-prefixed methods for example - It's undocumented - It's pretty hard to determine existing usage statically - grepping for `with p:` is years of work. | |
| Date | User | Action | Args | | 2020-03-03 14:35:33 | barneygale | set | recipients: + barneygale, brett.cannon, pitrou, Antony.Lee | | 2020-03-03 14:35:33 | barneygale | set | messageid: <1583246133.72.0.514956956113.issue39682@roundup.psfhosted.org> | | 2020-03-03 14:35:33 | barneygale | link | issue39682 messages | | 2020-03-03 14:35:33 | barneygale | create | | |