SE-0386: `package` access modifier

It just occurred to me that this feature might be good for those concerned about their internal modules currently leaking and being accidentally importable by clients. (We get many such comments around here.) They would now have a way to seal such modules off by doing a find‐and‐replace of public with groupinternal.