Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork93
Closed
Description
In GitLab by@warsaw on Dec 31, 2018, 20:21
Given thatfiles() returns the list of files in a distribution, and each file is represented by aPackagePath instance, and that instance already has aread_text() method on it, I don't think we need the top-levelread_text() method. IMHO, that extra convenience isn't worth it.@jaraco what do you think?