On Tue, 17 May 2022 at 08:00, Greg Ewing <[email protected]> wrote: > > On 17/05/22 4:58 am, Christopher Barker wrote: > > if you want to call your collection of files a single resource, then > > sure -- but then it's not the directory that's the resource, it's the > > collection of files that's the resource > > Sure, but why am I not allowed to use the name of the directory as > the name of that collection of files? >
I'd invert that, but yes. You absolutely SHOULD be able to use the name of the collection of files as the name of the directory. And I see no problem with this as a valid abstraction. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/25667UQ2VZ2BP2TG5VWFUAUW7A22UNIH/ Code of Conduct: http://python.org/psf/codeofconduct/
